Skip to content

molnarjani/advent_of_code24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent_of_code24

solutions for advent of code 2024 (solved in go)

Structure

├── day1
│   ├── day1.go
│   └── day1_test.go
├── day2
│   ├── day2.go
│   └── day2_test.go
├── go.mod
└── main.go

Each days solutions has its own package, with code for solution and test cases with the provided example and solutions.

About

solutions for advent of code 2024 (solved in go)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages