Skip to content

Commit

Permalink
loop unroll code
Browse files Browse the repository at this point in the history
  • Loading branch information
oflatt committed Jan 14, 2025
1 parent ae4195d commit d0e12eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/passing/small/paper-example.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ fn main(input: i64) {
while (res < 100) {
res = res * 2;
}

println!("{}", res);
}

0 comments on commit d0e12eb

Please sign in to comment.