diff options
author | Marvin Borner | 2024-03-03 15:03:41 +0100 |
---|---|---|
committer | Marvin Borner | 2024-03-03 22:29:24 +0100 |
commit | 6ae44d09faa0ae353c0818705503cad42127d102 (patch) | |
tree | a923d00d520f85a608f51416184e5b3b6f178549 /docs/wiki_src | |
parent | 03155d6e515c76d5ab59f814592484c849313130 (diff) |
Even more samples
wtf
Diffstat (limited to 'docs/wiki_src')
-rw-r--r-- | docs/wiki_src/coding/examples.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/wiki_src/coding/examples.md b/docs/wiki_src/coding/examples.md index f4d0b62..7303fef 100644 --- a/docs/wiki_src/coding/examples.md +++ b/docs/wiki_src/coding/examples.md @@ -1,5 +1,8 @@ # Examples +You can find a lot more examples on [Rosetta +code](https://rosettacode.org/wiki/Category:Bruijn). + ## Hello world! Hello world using [lists](../coding/data-structures.md#lists-stdlist) |