Add one more failing test credit to @neon
This commit is contained in:
parent
f7500b886a
commit
5464bba17e
9
examples/for_loops.reid
Normal file
9
examples/for_loops.reid
Normal file
@ -0,0 +1,9 @@
|
||||
import std::print;
|
||||
fn main() {
|
||||
for i in 0..1 {
|
||||
print("Hello!");
|
||||
}
|
||||
for i in 0..1 {
|
||||
print("World!");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user