/aoc-2023

Advent of Code 2023

Primary LanguageKotlin

Advent of Code 2023

Advent of Code Logo

Description

This repository contains my solutions for the Advent of Code 2023 challenges. Advent of Code is an annual event where participants solve coding puzzles and challenges throughout the month of December.

About Advent of Code

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, and more. You don't need a computer science background to participate—just a little programming knowledge and some problem-solving skills will get you a long way.

Learn more about Advent of Code here.

Folder Structure

  • src/test/kotlin
    • days/: Solutions for each day
    • utils/: Utility functions used across multiple days
  • src/test/resources (checked out): The input files for each day