Skip to content

glmartin/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

AdventOfCode

Just for fun https://adventofcode.com/

Go

The Go implementation uses Go Workspaces, where each day is its own module.

Running and Testing

From the go directory, execute go run with the path to the module, and any command line params, to run. For example:

cd Go
go run ./2023/Day1 --part1

Testing is similar:

cd go
go test -v ./2023/Day1

About

Just for fun https://adventofcode.com/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages