test.cs.in 120 B

12345678
  1. class TestCs
  2. {
  3. public static int Main(string[] args)
  4. {
  5. System.Console.WriteLine("Test C#");
  6. return 0;
  7. }
  8. }