aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/wiki_src/coding/examples.md
diff options
context:
space:
mode:
authorMarvin Borner2024-03-10 16:27:07 +0100
committerMarvin Borner2024-03-10 16:27:07 +0100
commit6ff75104e28d00535392ebeaf66e2e50c57d0d64 (patch)
tree30696fda1f531640be10a7cf2bc9c5b4fb4fb40c /docs/wiki_src/coding/examples.md
parent1f2c16ede8cae96b94d5b27785a473d872d60cb5 (diff)
Added sample page to website
Diffstat (limited to 'docs/wiki_src/coding/examples.md')
-rw-r--r--docs/wiki_src/coding/examples.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/wiki_src/coding/examples.md b/docs/wiki_src/coding/examples.md
index 7303fef..bc7c181 100644
--- a/docs/wiki_src/coding/examples.md
+++ b/docs/wiki_src/coding/examples.md
@@ -1,7 +1,8 @@
# Examples
You can find a lot more examples on [Rosetta
-code](https://rosettacode.org/wiki/Category:Bruijn).
+code](https://rosettacode.org/wiki/Category:Bruijn) or on the dedicated
+interactive [samples](/samples/) page.
## Hello world!