This repository provides a collection of minimal, bare-bones templates that help you get started with solving the Advent of Code puzzles in various programming languages.
These examples are not meant as a 'best practice', but rather as a starting point for beginners: They are intended for people who are new to programming and don't know where to get started. The examples simply read each line of the input from a file into an array of strings, and then prints each line to the console. You should be able to figure it out from there!
Read the README.md
file in the directory of the language you want to use.
Want to add a template for a new language? Feel free to open a pull request! See CONTRIBUTING for more info on how to contribute.