using system; namespace riya { class riya1 { static void Main(string[] args) { } } }
Standard input is empty
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
Standard output is empty