- problem solving for fun & learning new languages.
| Advent of Code - Year | Stars Earned β | Language Used |
|---|---|---|
| 2022 | 24/50 | Scala |
| 2023 | 20/50 | Rust |
| 2024 | 40/50 | Rust |
- each problem is in a single file, therefore just run it:
scala <file_name>- go in the problem's directory and use:
cargo run