Skip to content

gstoaldo/advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code-2024

https://adventofcode.com/2024

how to run

Change directory to desired day.

$ cd 01

Run Part 1 and Part 2 solutions with the puzzle input:

$ go run .

Run Part 1 and Part 2 solutions with example input:

$ go run . example1.txt

Run tests:

$ go test

create new day using template

Enter day number (D) as argument. Example:

$ sh template.sh 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published