Start Interview Prep
Take a Quiz
← All Topics
Crystal Quiz
Question 1/50
Score: 0
What is the entry point of a Crystal program?
def main
def main(args)
The top-level code is executed directly
public static void main