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 ./...