Skip to content

johncalvinroberts/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

23 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽ„ๅœฃ๐ŸŽ…่ฏž๐ŸฆŒๆ ‘๐ŸŽ„ ADVENT OF CODE 2022 โฟ…๐ŸŒฒโฟ…

Wish me luck. Wish us all luck.

Usage

This repo consists of a CLI for interacting with and working on my challenges for Advent of Code.

First, create a file just called cookie in the root of the codebase. Then, use the CLI:

Scaffold a challenge

go run main.go scaffold --day=1 

Run a challenge

go run main.go run --day=1

Run all challenges

go run main.go run

Run all tests

go test ./...

Releases

No releases published

Packages

No packages published

Languages