/AoC-Kotlin-2023

Advent of Code 2023 in Kotlin

Primary LanguageKotlin

Advent Of Code 2023

About

Welcome to my Advent of Code Repository. It keeps the solutions prograns for the puzzles in Kotlin.

It is used within the IntelliJ IDE, so simply provide the input files (test and "real") and execute the day.

Introduction

Installation

Requirements

Getting Started

  • Copy Day25.kt to DayXX.kt, switch the names of the input files.
  • Create DayXX.txt and DayXX_test.txt and put in the testdata and the "real" data.
  • Rename file in DayXX.kt to be read in.
  • Run file.
  • Read solution.

Documentation

Since most of the problems are "one time usage", most of the documentation will be provided in the source files.

License