Files
vulcan/src/main.rs
T
2022-02-19 11:13:27 -06:00

10 lines
102 B
Rust

mod memory;
mod address;
mod opcodes;
mod cpu;
mod bus;
fn main() {
println!("Hello, world!");
}