Add tests for task 1 and 2

This commit is contained in:
2018-05-22 01:42:28 +02:00
parent 2a37620224
commit a65ab6aafa
9 changed files with 311 additions and 0 deletions

View File

@@ -9,3 +9,5 @@ pub mod frame;
pub mod netstack;
type Result<T> = ::std::result::Result<T, &'static str>;
pub use machine::Machine;