fork download
  1. using system;
  2. namespace riya
  3. {
  4. class riya1
  5. {
  6. static void Main(string[] args)
  7. {
  8. system.console.writeline("hi");
  9. system.console.readline();
  10. }
  11. }
  12. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cs(1,7): error CS0246: The type or namespace name `system' could not be found. Are you missing a using directive or an assembly reference?
Compilation failed: 1 error(s), 0 warnings
stdout
Standard output is empty