start AOC 2022

This commit is contained in:
2022-12-01 16:48:58 -05:00
parent fd45c3bfb1
commit c58ac4586a
12 changed files with 4676 additions and 0 deletions
+11
View File
@@ -31,3 +31,14 @@ jobs:
run: cd 2021 && cargo build --verbose
- name: Run tests
run: cd 2021 && cargo test --verbose
tests_2022:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cd 2022 && cargo build --verbose
- name: Run tests
run: cd 2022 && cargo test --verbose