#![feature(crate_visibility_modifier)]
#![feature(underscore_imports)]
mod counter;
mod implementation;
mod log;
mod memoized_volatile;
fn main() {}