Skip to content

madupuis90/aoc-2024-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AOC 2024 in Go

Project Structure

The code for each day is contained in their own folders /day1, /day2. /day3...etc.

Each folders contain:

  • main.go to run the input
  • main_test.go to test the samples and other functions
  • the input and samples for part1 and part2

Other utility functions can be found in util.go

To get started, go the the desired day: cd day<num>

You can get the results from the input by running: go run main.go

You can run the tests on the samples and other functions with: go test

About

Advent of Code using Go - Learning Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages