Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 272 Bytes

File metadata and controls

9 lines (8 loc) · 272 Bytes

Overview

Rustfuck is another brainfuck interpreter that I am writing to help strengthen my rust programming skills.

Build Instructions

To build the project run the code below and make sure that none of the code errors out

cargo test
cargo build --release