+ 1
I'm new to C# and i wanted to do my first own code. Can somebody tell me whats wrong with this code?
3 Answers
+ 5
L in first line should be capital
K is second line should be capital
+ 6
Console.WriteLine("Hello World");
Console.ReadKey();
This is your answer.
+ 1
Thanks for the help i finally got it