0
Error in code!!!
Static Void Main(string[] args) (error) / Static Void Main (string[] args) (with space) - not error. SORRY FOR MY BAD ENGLISH
2 Answers
+ 4
The whitespace does not matter. The error is caused by something else. You must pay attention how the keywords are capitalized (lower / upper case), it is important! C#:
static void Main(string[] args)
0
Ok, ty