Start Interview Prep
Take a Quiz
← All Topics
Nim Quiz
Question 1/50
Score: 0
What is the entry point of a Nim program?
proc main()
proc main() {.main.}
proc start()
The top-level code is executed directly