Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrakisk committed Jul 22, 2024
1 parent b499396 commit 1870244
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
mod cpu;

fn main() {
println!("Hello, world!");
let mut cpu = cpu::CPU::new();
cpu.run();
}

0 comments on commit 1870244

Please sign in to comment.