write tests for input

This commit is contained in:
Niko Matsakis 2018-09-30 10:50:46 -04:00
parent f8e7071da2
commit 0846e6ebba
6 changed files with 127 additions and 4 deletions

View file

@ -4,6 +4,7 @@
mod counter;
mod implementation;
mod log;
mod memoized_inputs;
mod memoized_volatile;
fn main() {}