Skip to content

lostella/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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