diff --git a/blah.cs b/blah.cs new file mode 100644 index 0000000..13d9035 --- /dev/null +++ b/blah.cs @@ -0,0 +1,12 @@ +using System; + +namespace inf3 +{ + public class blah + { + public blah () + { + } + } +} +