work
This commit is contained in:
+2
-1
@@ -1,3 +1,5 @@
|
||||
modl other;
|
||||
|
||||
let x: i32 = 3;
|
||||
while true {
|
||||
print("hello");
|
||||
@@ -9,5 +11,4 @@ let y = true;
|
||||
if y => print("hello");
|
||||
|
||||
fn thing() {
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
fn thing() {
|
||||
print("hello from other");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user