Initial commit

This commit is contained in:
2022-06-08 19:41:23 +02:00
parent ab33cbbaf4
commit 10f69547b4
3 changed files with 83 additions and 0 deletions

View File

@@ -1,2 +1,9 @@
# brainfuck-go
Simple brainfuck interpreter written in go.
## Example usage
```sh
echo '-[------->+<]>-.-[->+++++<]>++.+++++++..+++.[--->+<]>-----.---[->+++<]>.-[--->+<]>---.+++.------.--------.-[--->+<]>.' | go run main.go
# Hello World!%
```