Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 257 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 257 Bytes

Advent of Code 2021

This repository contains my solutions for advent of code 2021 https://adventofcode.com/2021/

They are written in Kotlin, as scripts, and can be compiled with kotlinc using the following arguments:

kotlinc -script name_of_task.kts