Categorygithub.com/IndieCoderMM/aoc-24
repository
0.0.0-20241216154918-f68c5d17fe80
Repository: https://github.com/indiecodermm/aoc-24.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

šŸŽ„ Advent of Code 2024

Structure

.
ā”œā”€ā”€ data/
│   ā”œā”€ā”€ answers.txt
│   ā”œā”€ā”€ day-n.txt
ā”œā”€ā”€ dayN/
│   ā”œā”€ā”€ main.go
│   ā”œā”€ā”€ solve.go
│   ā”œā”€ā”€ solve_test.go
ā”œā”€ā”€ utils/
│   ā”œā”€ā”€ quick_sort.go
│   ā”œā”€ā”€ file_helper.go
ā”œā”€ā”€ go.mod

Tests

Run tests for each solution with:

go test ./dayN

Run all tests:

go test ./...