Skip to content

brpratt/aoc2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc2022

Advent of Code 2022

Testing

go test ./...

Running

This repo builds all the solutions into a single binary. To compile and run:

go build
./aoc2022 <day>

Alternatively:

go run main.go <day>

AWK?

Some of the days have a solution written in AWK. To run the AWK solutions:

./dayXY/dayXY.awk < ./dayXY/input.txt

Dev Container

Have Docker and VS Code? This repo includes a dev container configuration.

The dev container includes all the tools necessary to build and run the Go and AWK solutions.

About

Advent of Code 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published