Categorygithub.com/rael346/aoc2023-golang
repository
0.0.0-20240618143218-2765e0e9aa79
Repository: https://github.com/rael346/aoc2023-golang.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Advent of Code 2023 (Golang)

This repo contains my solutions to Advent of Code 2023 in Golang. Since this serves mainly as a way for me to learn Golang, most of the code here might not be best practice.

To run test for each day

go test ./challenges/days[insert day number]

To run test for a specific part of a day

go test ./challenges/days[insert day number] -run Part1/Part2