You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reference documentation never actually says that an executable program must have a main() function declared, or what main's type must be (that is, no type parameters and either no arguments or a [str] argument).