Add saldo exercise

This commit is contained in:
Manuel Vergara 2024-05-05 13:38:22 +02:00
parent c4a0737ae6
commit 6684f5f590

View File

@ -843,7 +843,6 @@ algorithm main
writeInteger(fibonacci(n)); writeInteger(fibonacci(n));
end algorithm end algorithm
``` ```
2. Solución 2. Solución
@ -885,7 +884,6 @@ algorithm main
end while end while
end algorithm end algorithm
``` ```
3. Solución 3. Solución