aboutsummaryrefslogtreecommitdiffhomepage
path: root/samples/readme.md
blob: 8ffda4d777ffe30567b7d02fd2e13cc10c43641e (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 60s and 4GB of memory using the full input.