Skip to content

m-hofmann/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

Solutions for Advent of Code 2023 in Go.

Structure of This Repository

One directory for each day. The directory contains the solution code (01.go) and test file (01_test.go). It also contains a subdirectory data containing the input data as text files.

How to Run

Use the provided helper script advent.sh to:

  • run a day: $ advent.sh run 01
  • test a day: $ advent.sh test 01

About

Avent of Code 2023 in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published