✅ General Help
Why does the Main function get called when I create it? And also, why aren't the colors in the console changing? ( I am new so please try to explain to the best of your ability)
7 Replies
Nevermind, .Clear was being run after WriteLine
Main is the entry point of your program. It is called automatically once.your app starts
Main() and command-line arguments
Learn about Main() and command-line arguments. The 'Main' method is the entry point of an executable program.
If I were to call it something else would that change anything?
Yes. It must be main
You can create your own method and call it from main
Ok thankyou 👍
If you have no further questions,.consider closing this thread using /close