Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 319 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 319 Bytes

aoc

This repository contains all my solutions for Advent of Code.

It has the following structure:

  • aoc-py: Solutions in Python
  • aoc-kt: Solutions in Kotlin
  • aoc-clj: Solutions in Clojure
  • input: My input files
  • fetch-day.sh: Simple Bash script I use for fetching my input