Skip to content

Commit 766e939

Browse files
committed
Test case for previous commit
1 parent 126cd44 commit 766e939

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
fn main() {
2+
let x = 10, y = 20;
3+
let z = x + y;
4+
assert (z == 30);
5+
}

0 commit comments

Comments
 (0)