Start Interview Prep
Take a Quiz
← All Topics
Elixir Quiz
Question 1/50
Score: 0
What is the entry point of an Elixir application?
The `start/2` callback in the application module
The `main/1` function
The `init/1` function
There is no entry point