Merge pull request #176 from ianhom/patch-1

miss return
This commit is contained in:
George Hotz 2016-06-05 10:01:39 -07:00
commit b396e26d82
1 changed files with 1 additions and 0 deletions

View File

@ -10,5 +10,6 @@ int main() {
for (i = 0; i < 5; i++) {
printf("%d\n", test(i));
}
return 0;
}