+ 1
Anyone else get a error in Code Playground
On C#, when you use "Console.Writeline". It says it can't define it, yet if you copy and paste it, it works....
3 odpowiedzi
0
As @Ace said, you should test with WriteLine instead of Writeline
0
Haha, thanks. Turns out my auto correct lower cased the "Line" part. Cheers