It looks like you're new here. If you want to get involved, click one of these buttons!
I just started coding and im stuck on the methods episode. I cant see my using system, class, and that stuff. I cant really do anything about it. Does anyone know what to do?
Answers
You are using the versions of .NET SDK above 5! Don't worry. Imagine that anything you write outside your code before anything is used in main. Here is a quck fix:
1 MeetAlien();
2 static void MeetAlien ()
3 {
4 etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, etc, ....
5 }
Hope it will work as I also tried it. :)