sync refactoring; range tests

This commit is contained in:
arkpar
2015-12-25 14:55:55 +01:00
parent a367ffca2b
commit 9087cc798b
8 changed files with 543 additions and 238 deletions

View File

@@ -5,7 +5,7 @@ use util::network::{NetworkService};
fn main() {
let mut service = NetworkService::start().unwrap();
let _service = NetworkService::start().unwrap();
loop {
let mut cmd = String::new();
stdin().read_line(&mut cmd).unwrap();