Skip to content

Commit 6310ede

Browse files
committed
---
yaml --- r: 4279 b: refs/heads/master c: 766e939 h: refs/heads/master i: 4277: c78f9a4 4275: 302cebc 4271: f587b0a v: v3
1 parent a642414 commit 6310ede

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 126cd44c38404f51cc3c42e9dfde771c527bdbd6
2+
refs/heads/master: 766e93985784ee8f24d70a16751c3cb265bbeb69
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)