Skip to content

Using Advent of Code 2024 to learn and practice Go

Notifications You must be signed in to change notification settings

felipeog/advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Using Advent of Code 2024 to learn and practice Go

Topics

Resources

Stars

Watchers

Forks

Languages