0
What is Main?
3 Answers
+ 11
my main is Ahri
+ 4
Or a "hand" in french :0
+ 2
"The Main method is the entry point of a C# console application or windows application. (Libraries and services do not require a Main method as an entry point.). When the application is started, the Main method is the first method that is invoked.
There can only be one entry point in a C# program. If you have more than one class that has a Main method, you must compile your program with the /main compiler option to specify which Main method to use as the entry point."