Advent of Code 2023

Run task

go run ./cmd/ <task> <part> [input_file]

For example:
go run ./cmd/ 1 A input.txt

Run tests

  • go test ./internal/tasks_test (skip long-running tests)
  • go test ./internal/tasks_test -args long (all tests)