SnipyJulmy / aoc

Advent of Code 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code

My solutions for Advent of Code problems.

Running the code

Scala

You can run the code for any day with the following:

> sbt $day
# Example
> sbt day01

Rust

You can run any binary defined in the Cargo.toml file with the following:

> cargo run --bin $day -- ../$day.txt
# Example
> cargo run --bin day01 -- ../day01.txt

About

Advent of Code 2022

License:GNU General Public License v3.0


Languages

Language:Scala 98.4%Language:Rust 1.6%