termin-8 0.0.1

CHIP-8 emulator that runs in your terminal
1
2
3
fn main() {
    println!("Hello, world!");
}