This commit is contained in:
jingus 2026-05-02 21:42:19 -05:00
commit ab2f2c6045
8 changed files with 246 additions and 0 deletions

9
README.md Normal file
View file

@ -0,0 +1,9 @@
# Brainf
Just a basic bf interpretation in Haskell for fun.
```
nix build
./result/bin/brainf hello.bf
```