Update test/loop.zrl
This commit is contained in:
parent
3fa9c6c0b8
commit
59b330a4af
|
@ -4,7 +4,7 @@ do (int i = 50000, 0, -1) {
|
||||||
}
|
}
|
||||||
int b = a as nat;
|
int b = a as nat;
|
||||||
print("Enter a string:");
|
print("Enter a string:");
|
||||||
ste user_string = gets();
|
str user_string = gets();
|
||||||
print(a.toS());
|
print(a.toS());
|
||||||
print(b.toS());
|
print(b.toS());
|
||||||
print(user_string);
|
print(user_string);
|
||||||
|
|
Loading…
Reference in New Issue