blob: 7ab34728ce7edb228265eb744efd4ba6fd1fee13 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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 1 minute and 4GB of memory using the full input.
|