Skip to content
Snippets Groups Projects
Commit cf7fdae8 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Code cleanup

parent 6c250009
No related branches found
No related tags found
No related merge requests found
......@@ -128,8 +128,6 @@ fn main() {
0
];
//let mut plain: [u8; 132] = [0; 132];
//let mut plain: Vec<u8> = Vec::with_capacity(132);
let mut plain: [u8; 132] = [0; 132];
let coded: Vec<u32> = vec!
......@@ -268,9 +266,9 @@ fn main() {
0
];
for i in &abc {
println!("ABC: {}", i);
}
//for i in &abc {
//println!("ABC: {}", i);
//}
let mut seed = 0x0e0657c1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment