Solutions of https://adventofcode.com/2024/ coded in Eiffel. Unless stated otherwise in a special readme file, the code is written for Liberty Eiffel and not tested for compatibility with other Eiffel compilers.
In each directory the file named dayXX.e is the main entry point.
To build:
$ se compile dayXX.e
Then run the program, writing the input obtained from the AoC website to its stdin:
$ cat input.txt | ./a.out