diff --git a/CSharp/Program.cs b/CSharp/Program.cs deleted file mode 100644 index d838d7a..0000000 --- a/CSharp/Program.cs +++ /dev/null @@ -1,24 +0,0 @@ -// using Timothy.FrameRateTask; - - - -namespace TestNullable -{ - class Foo - { - public T val; - - public Foo(T val) - { - // this.val = val; - } - } - - static class Program - { - public static void Main() - { - - } - } -}