0

Can someone help me? Code isn't working

using System; namespace MyApp { class Program { static void Main(string[] args) { Console.WriteLine("C# is cool") } } }

17th Jan 2022, 4:17 PM
Laziz
1 Resposta
+ 8
You're missing a semicolon at the end. Console.WriteLine();
17th Jan 2022, 4:19 PM
Simba
Simba - avatar