1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

add reduce to main

This commit is contained in:
schaeff 2018-06-13 17:27:39 +02:00
parent 4889989de2
commit 930c565940

View file

@ -10,6 +10,7 @@ extern crate clap;
#[macro_use]
extern crate lazy_static;
extern crate num; // cli
extern crate reduce; // better reduce function than Iter.fold
extern crate serde; // serialization deserialization
extern crate serde_json;
#[macro_use]