Skip to content

mindaugasw/advent-of-code-2023-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages