Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
10
Task/User-input-Text/HolyC/user-input-text.holyc
Normal file
10
Task/User-input-Text/HolyC/user-input-text.holyc
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
U8 *s;
|
||||
s = GetStr("Enter a string: ");
|
||||
|
||||
U32 *n;
|
||||
do {
|
||||
n = GetStr("Enter 75000: ");
|
||||
} while(Str2I64(n) != 75000);
|
||||
|
||||
Print("Your string: %s\n", s);
|
||||
Print("75000: %d\n", Str2I64(n));
|
||||
Loading…
Add table
Add a link
Reference in a new issue