Skip to content
Snippets Groups Projects
cpu.rs 64 B
Newer Older
  • Learn to ignore specific revisions
  • pub struct Cpu {
        reg_a: u8,
        reg_b: u8,
        reg_c: u8,
    }