Skip to content

alexnf333/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

advent-of-code

Solutions for some problems from https://adventofcode.com/ with Rust (2019 event) and Python (2019 and 2018 events)

Python:
$ cd ~/python/2019/d01
$ python main.py

Rust:
$ cd ~/rust/day_01
$ ./target/release/day_01