Brainfucked is a simple brainfuck interpreter written in Go. It was written mainly for the challenge of writing a Brainfuck interpreter and to familiarize myself with the Go language.
Instructions to run:
# go build
# ./brainfucked -file file.bf
# ./brainfucked -instructions ">+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.>++++++++++."