Skip to content

Commit 6dbbcda

Browse files
committed
feat(2023): migrate Scala project to Rust (Days 1-9)
1 parent 4d24142 commit 6dbbcda

58 files changed

Lines changed: 1007 additions & 1176 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Shared files that trigger all tests
4040
TRIGGER_ALL="^.github/workflows/|^aoc-rust-common/|^Cargo.toml|^Cargo.lock"
4141
42-
ALL_RUST_PROJECTS=("2015" "2018" "2019/aoc_rust" "2020/01" "2021/_1" "2021/_2" "2021/_3" "2021/_4" "2021/_5" "2021/_6" "2021/_7" "2022" "2025/rust" "runner")
42+
ALL_RUST_PROJECTS=("2015" "2018" "2019/aoc_rust" "2020/01" "2021/_1" "2021/_2" "2021/_3" "2021/_4" "2021/_5" "2021/_6" "2021/_7" "2022" "2023/rust" "2025/rust" "runner")
4343
ALL_GO_PROJECTS=("2017" "2019/go" "2020/02" "2024/golang")
4444
ALL_ZIG_PROJECTS=("2021/zig" "2024/zig")
4545

2023/.scalafmt.conf

Lines changed: 0 additions & 2 deletions
This file was deleted.

2023/README.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

2023/build.sbt

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)