Skip to content

My Advent of Code 2023 workspace, solving in Go

Notifications You must be signed in to change notification settings

Stogas/aoc2023-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running

  1. Create daynN/test.txt
  2. Create dayN/input.txt
  3. Run: go run dayN/main.go -part <1 or 2> [-test]

-test will run the test.txt inputs instead of input.txt

Compiling and running

  1. Create daynN/test.txt
  2. Create dayN/input.txt
  3. mkdir bin/
  4. Build: go build -o bin/dayN dayN/main.go
  5. Run: bin/dayN -part <1 or 2> [-test]

-test will run the test.txt inputs instead of input.txt

Template a day directory

Run ./create-day.sh <N> where N is the day number

About

My Advent of Code 2023 workspace, solving in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published