Created
December 7, 2024 10:42
-
-
Save theyoprst/6ca41cf3b67b0a86e5309c1e80e5e47a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 07 % go test -count 1 -v . | |
| === RUN Test | |
| === RUN Test/SolvePart1 | |
| === RUN Test/SolvePart1/input_ex1.txt | |
| === RUN Test/SolvePart1/input.txt | |
| === RUN Test/SolvePart2 | |
| === RUN Test/SolvePart2/input_ex1.txt | |
| === RUN Test/SolvePart2/input.txt | |
| --- PASS: Test (0.01s) | |
| --- PASS: Test/SolvePart1 (0.01s) | |
| --- PASS: Test/SolvePart1/input_ex1.txt (0.00s) | |
| --- PASS: Test/SolvePart1/input.txt (0.01s) | |
| --- PASS: Test/SolvePart2 (0.01s) | |
| --- PASS: Test/SolvePart2/input_ex1.txt (0.00s) | |
| --- PASS: Test/SolvePart2/input.txt (0.01s) | |
| PASS | |
| ok github.com/theyoprst/adventofcode/2024/07 0.225s | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment