Skip to content

theatlasroom/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code

Working through old AoC exercises:

$ cd rust
$ cargo run
$ cd js

# run the problems with `node <problem> <datafile>`
# ie, for 2015, day 5
$ node 2015_5 2015_5.txt
$ cd reason-ml
$ yarn start # or `npm run start`
$ cd go/<year>
$ go run <year>_<day>.go