Now, let's look at the main.cc file. This file contains the main() function, which will be launched when HelloWorld starts. Here is what it looks like:
The main() function is used to launch Arcane and our application. Therefore, this function will practically never be modified (except to update the code version). In more advanced cases, we must modify main() to, for example, change the memory allocator that will be used in Arcane for our application. We can also use this function to run calculations without modules, by using the Arcane classes.