/bfuck

Implementation of BrainFuck interpreter in Go

Primary LanguageGo

bfuck

Implementation of BrainFuck interpreter in Go.

Compile

Compile using

go build -o bfuck main.go