Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 219 Bytes

File metadata and controls

11 lines (8 loc) · 219 Bytes

bfck

A brainfuck interpreter written in java.

Build

Hello world:

mvn clean install
java -cp target/*.jar dev.culp.Bfck $(cat src/main/resources/hello-world.bf)