cs1001.cs 141 B

1234567891011
  1. //
  2. // cs1001: identifier expected
  3. // Line: 8
  4. class T {
  5. // Change (args) to (string args) to fix it
  6. public static int Main (args)
  7. {
  8. }
  9. }