kingkero / adventofcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal solutions to Advent of Code

2023

Go

Run all days:

go run main.go

Run all tests:

go test ./...

Run specific day:

go run main.go --day 14

Run specific day with demo data:

go run main.go --day 14 --demo

About

License:MIT License


Languages

Language:Go 99.2%Language:Makefile 0.8%