/AoC2023

Advent of Code 2023 solved with Go

Primary LanguageGoMIT LicenseMIT

Advent of Code 2023

My solutions of the coding challenges of the Advent of Code 2023 Event. All challenges are solved in Go and its standard library.

Usage

  1. Clone the repository

$ git clone https://github.com/gKits/AoC2023

  1. Move into the cloned directory

$ cd AoC2023

  1. Run the solution of the desired day and part

$ go run main.go -day {day_num} -part {part_num}

Options

-day    input the daily puzzle you want to solve
-part   input the part you want to solve (default: 1)
-test   use test input instead