fork download
  1. using system;
  2. namespace riya
  3. {
  4. public static void main(String arg[])
  5. {
  6. console.writeline("hi");
  7. console.readline();
  8. }
  9. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cs(4,32): error CS1552: Array type specifier, [], must appear before parameter name
prog.cs(4,20): error CS0116: A namespace can only contain types and namespace declarations
Compilation failed: 2 error(s), 0 warnings
stdout
Standard output is empty