lostella / advent-of-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advent-of-code

This repo contains my solutions to the Advent of Code programming puzzles.

The solutions can be run as follows.

Python

# python <YEAR>/<DAY>/main.py, example:
python 2015/04/main.py

Julia

# julia <YEAR>/<DAY>/main.jl, example:
julia 2021/02/main.jl

About


Languages

Language:Julia 73.4%Language:Python 17.0%Language:Rust 9.6%