Unsigned modular operations.

This commit is contained in:
2020-01-10 09:05:11 -10:00
parent 4b8d0b3f09
commit 4383b67c44
4 changed files with 109 additions and 11 deletions

View File

@@ -63,7 +63,6 @@ fn next_test_case(contents: &mut Lines, lines: usize) ->
pub fn run_test<F>(fname: PathBuf, i: usize, f: F)
where F: Fn(HashMap<String,(bool,Vec<u8>)>)
{
println!("fname: {:?}", fname);
let mut file = File::open(fname).unwrap();
let mut contents = String::new();
file.read_to_string(&mut contents).unwrap();