advent23

command module
v0.0.0-...-b8dabf3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2023 License: MPL-2.0 Imports: 9 Imported by: 0

README

Advent of Code 2023 - tizu

watch my crappy code fail as I solve each day's puzzle.

NOTES

  • I'm targeting the first puzzle, I also got other stuff to do. Unless it's a simple 2 minute fix, I'm not doing the second one.
  • My code is pretty crappy, I'm just trying to solve it and make it readable (to some extent).

RUN

The go command is required to build and run the code. Run go run . while in the git repo directory to run the code.

  • go run . 2: Run the code for day 2, part 1
  • go run . 6 -2: Run the code for day 6, part 2
  • go run . 2 --no-verbose: Run the code for day 2 without verbose logging
  • go run . 6 -f example: Read from example.txt instead
  • go run . 2 -e 3: Shows your expected output below the answer

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL