Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 255 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 255 Bytes

icfpc2015

λ-llama code for ICFP contest 2015

Requirements

Rust >=1.1.0

Build

$ cargo build

or

$ make

Run

$ cargo run -- <ARGUMENTS>

or (if you've used make)

$ ./play_icfp2015 <ARGUMENTS>