Skip to content
Snippets Groups Projects
Commit bc7c2a0f authored by Per Lindgren's avatar Per Lindgren
Browse files

added tests from course repo

parent ede53472
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ fn _if_then_else_and_while() {
let mut c: i32 = 1;
while (b < 10) {
c = c * 2;
}; // added ";" here... to make parsing easier, it is still valid Rust though
} // added ";" here... to make parsing easier, it is still valid Rust though
c
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment