Closed oxzi closed 4 months ago
For all files, the main function has been placed at the bottom.
I wouldn't do that, IMHAO the main function should be at the top, before the other stuff.
For all files, the main function has been placed at the bottom.
I wouldn't do that, IMHAO the main function should be at the top, before the other stuff.
Honestly, I don't mind. It just should be at the same position.
If it's at the top, it should be before the struct type definition, as otherwise the main
function appears between the type definition and its methods.
Closes #240.