Update test/loop.zrl

This commit is contained in:
zongor 2025-07-30 18:00:23 -04:00
parent 3fa9c6c0b8
commit 59b330a4af
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ do (int i = 50000, 0, -1) {
}
int b = a as nat;
print("Enter a string:");
ste user_string = gets();
str user_string = gets();
print(a.toS());
print(b.toS());
print(user_string);