To comiple and run the program, execute the following command, in this example we are running java solution for date 2024-10-01 challenge:
make java date=2024-10-01
This will do:
- Traversing all the solution inside the given date folder, in case there are more than one solution, it will execute each solution in order.
- Compile the file using input from
input.txt
- Output from the program will be written to
output.txt
. - If the output is different from the expected output file
expected.txt
, it will print the error and exit.