Skip to content

Tohaker/AdventOfCode2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

License: MIT

This repository contains solutions to the 2023 Advent of Code challenges.

About

Every year I use the Advent of Code challenges to teach myself a new programming language and build up my problem-solving skills.

This year, I've chosen the language Go, and will be practising test driven development (TDD) throughout the month.

How to use this project

Run all tests

This is run by CI on all branches

$ go list -f '{{.Dir}}/...' -m | xargs go test

Solve a single day's puzzle

$ go run ./src/<day directory>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages