public class Count{ public int main(){ int str =5; Console.WriteLine(str); } }
Standard input is empty
prog.cs(4,17): error CS0103: The name `Console' does not exist in the current context Compilation failed: 1 error(s), 0 warnings
Standard output is empty