fork download
  1. using system;
  2. namespace riya
  3. {
  4. class riya1
  5. {
  6. public static void Main(string arg[])
  7. {
  8. console.writeline("hi");
  9. console.readline();
  10. }
  11. }
  12. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cs(6,32): error CS1552: Array type specifier, [], must appear before parameter name
Compilation failed: 1 error(s), 0 warnings
stdout
Standard output is empty