mirror of
https://github.com/geohot/qira
synced 2025-01-27 12:49:30 +03:00
miss return
This commit is contained in:
parent
f543448a20
commit
9b967c2380
@ -10,5 +10,6 @@ int main() {
|
||||
for (i = 0; i < 5; i++) {
|
||||
printf("%d\n", test(i));
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user