Categorygithub.com/bruceadowns/adventofgocode
repository
0.0.0-20241202201131-8b151ed06260
Repository: https://github.com/bruceadowns/adventofgocode.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

# README

Advent of Go Code

This project is a golang response to the 25 days of challenges at http://adventofcode.com.

Notes

  • The answers are not posted
  • Execute most solutions via cat input.txt | go run main.go or go run main.go < input.txt
  • Execute some solutions via go run main.go [argument]
  • sometimes main.go is used both for part 1 and part 2
  • sometimes part 1 was commented out to solve part 2
  • sometimes part1 and part2 are managed by cli argument