Skip to content

Commit 223284a

Browse files
committed
added advise on how to use learnpack
1 parent 12c064b commit 223284a

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

exercises/01-Console/README.es.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,10 @@ print("Un texto en la consola")
1414

1515
## 📝 Instrucciones:
1616

17-
1. usa **print** para escribir `Hello World!` en la consola. Siéntete libre de intentar otras cosas también.
17+
1. usa **print** para escribir `Hello World!` en la consola. Siéntete libre de intentar otras cosas también.
18+
19+
## 💡 Pista:
20+
21+
+ Recuerda, para ejecutar el código y ver el resultado en la consola, haz clic en el ícono de caja en la esquina superior izquierda de la pantalla:
22+
23+
https://i.imgur.com/w6u4aDd.png

exercises/01-Console/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,11 @@ print("How are you?")
1818

1919
## 📝 Instructions:
2020

21-
1. Use **print** to print `Hello World!` on the console. Feel free to try other things as well.
21+
1. Use **print** to print `Hello World!` on the console. Feel free to try other things as well.
22+
23+
24+
## 💡 Hint:
25+
26+
+ Remember, to run the code and see the output on the console, click on the box icon in the top left of the screen:
27+
28+
https://i.imgur.com/w6u4aDd.png

0 commit comments

Comments
 (0)