2025-08-02 11:17:23 -04:00

6 lines
63 B
Rust

mod periph;
mod mos6502;
#[test]
fn smoke() { assert!(true) }