pleumann / aoc23

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2023

This repository contains solutions for Advent of Code 2023 in Java, wrapped into a NetBeans project. There is a simple starter script that allows you to run the solution for a certain day and, optionally, on a certain input:

./aoc.sh <day> [<input>]

Note that day needs to be double-digit even when below 10 and the input file is expected to reside in the corresponding source folder for that day. The default input is my actual input for the given day.

About


Languages

Language:Java 99.5%Language:Shell 0.5%