Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 311 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 311 Bytes

Advent of Code 2024

https://adventofcode.com/2024

Tests

  • . is the advent-of-code-2024 folder
  • Verbose output with -v flag

Run all tests:

go test ./...

Run tests in a folder:

go test ./day01

Run specific test in a folder:

go test ./day01 -run TestFirstHalf