I made a rebase

This commit is contained in:
Meyer Simon
2025-05-06 19:35:49 -04:00
parent 05b347ba63
commit 8c409561b7
4 changed files with 11 additions and 5 deletions

View File

@ -40,7 +40,7 @@ entry (arg) := {
input := inI(1);
fibValue := fib(input);
result := printI(fibValue);
return 0;