using system;namespace riya{public static void main(String arg[]){console.writeline("hi");console.readline();}}
Standard input is empty
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
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!