theatlasroom / advent-of-code

Working through old AoC exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advent-of-code

Working through old AoC exercises:

Rust

$ cd rust
$ cargo run

JS

$ cd js

# run the problems with `node <problem> <datafile>`
# ie, for 2015, day 5
$ node 2015_5 2015_5.txt

ReasonML

$ cd reason-ml
$ yarn start # or `npm run start`

Go

$ cd go/<year>
$ go run <year>_<day>.go

About

Working through old AoC exercise

License:MIT License


Languages

Language:Go 66.8%Language:Rust 13.1%Language:JavaScript 12.3%Language:Reason 7.8%Language:Ruby 0.0%