0
Can't I do it this way...?
Start Print "Hello World" Stop
2 Answers
0
This can be an answer for you : http://rextester.com/l/csharp_online_compiler
0
You need to make use of C# codes
where you start with the main method open curly bracket{
Console.WriteLine("Hello World");
Console.Readkey();
} close curly bracket