0
What am I doing wrong? It looks right to me but still won't run...
using System; namespace MyApp { class Program { static void Main(string[] args) { Console.Writeline("C# is cool"); } } }
0 Answers
using System; namespace MyApp { class Program { static void Main(string[] args) { Console.Writeline("C# is cool"); } } }