aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-10-31 18:37:08 -0300
committerMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-10-31 18:37:08 -0300
commit2069ef4fb4f46943de3a2c8857ed93250aff1f3e (patch)
tree2744ee9446ea36024e990958346280c2faaf252c /README.md
parent1563ab94ec01a0969af7c9bb38a1cd785cdb4c8f (diff)
docs: hints
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index cd04cb6..ea7e7f7 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,12 @@ If you want to run a single exercise:
golings run variables1
```
+In case you are stuck and need a hint:
+
+```sh
+golings hint variables1
+```
+
To list all exercise while checking your progress:
```sh