In an attempt to learn the basics of Odin I have decided to create solutions to a few problems listed on Project Euler.
This application was run against Odin version dev-2025-01-nightly:2aae4cf.
To run all:
odin run .To run last with debug logging:
odin run . -- -1 -dTo run 5th (or any other solution by number):
odin run . -- 5