Skip to content

Instantly share code, notes, and snippets.

@theyoprst
Created December 7, 2024 10:42
Show Gist options
  • Save theyoprst/6ca41cf3b67b0a86e5309c1e80e5e47a to your computer and use it in GitHub Desktop.
Save theyoprst/6ca41cf3b67b0a86e5309c1e80e5e47a to your computer and use it in GitHub Desktop.
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