We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d3d2d commit 2445735Copy full SHA for 2445735
.github/workflows/build_test.yaml
@@ -34,3 +34,5 @@ jobs:
34
fi
35
- name: Run Day 1 Solution
36
run: ./build/solutions/day_1 solutions/data/day_1.txt
37
+ - name: Run Day 2 Solution
38
+ run: ./build/solutions/day_2 solutions/data/day_2.txt
0 commit comments