diff options
Diffstat (limited to 'samples/readme.md')
-rw-r--r-- | samples/readme.md | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/samples/readme.md b/samples/readme.md index 68b31c1..57332c1 100644 --- a/samples/readme.md +++ b/samples/readme.md @@ -1,12 +1,6 @@ # Samples -## AOC - -These samples solve some of the [Advent of -Code](https://adventofcode.com) problems. - - cat input | bruijn solve.bruijn - -**Be aware** that lambda calculus is generally incredibly inefficient. -For example, the obvious solution for the very simple problem 2022/01 -takes around 30s and 3GB of memory using the full input. +Most of the examples are copies of our solutions on [Rosetta +Code](https://rosettacode.org/wiki/Category:Bruijn). All examples are +written by bruijn's contributors and may be used according to the GNU +FDL license (see `license.md`). |