From 6684f5f590daf6b2eaf7b71597cbe6acbd374d25 Mon Sep 17 00:00:00 2001 From: Manuel Vergara Date: Sun, 5 May 2024 13:38:22 +0200 Subject: [PATCH] Add saldo exercise --- fundamentos-programacion/PR2/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/fundamentos-programacion/PR2/README.md b/fundamentos-programacion/PR2/README.md index d893e10..a683c6b 100644 --- a/fundamentos-programacion/PR2/README.md +++ b/fundamentos-programacion/PR2/README.md @@ -843,7 +843,6 @@ algorithm main writeInteger(fibonacci(n)); end algorithm - ``` 2. SoluciĆ³n @@ -885,7 +884,6 @@ algorithm main end while end algorithm - ``` 3. SoluciĆ³n