Skip to content

jwnace/aoc-2023-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc-2023-go

Solutions for Advent of Code 2023 in Go

Pre-requisites

  • Install Go 1.21.4 or higher

Mac OS

brew install go

Windows

winget install GoLang.Go

Linux

sudo apt install golang-go

How to run the solutions

go run .

How to run the tests

go test ./...

About

Solutions for Advent of Code 2023 in Go

Topics

Resources

Stars

Watchers

Forks

Languages