#![feature(augmented_assignments)]
#![feature(core)]
extern crate core;
extern crate ramp;
extern crate rand;
pub mod prime;