WINDOWS HELLO WORLD (scuffed)

This commit is contained in:
2026-06-09 01:02:40 -04:00
parent e4acaf40aa
commit ea305909a0
6 changed files with 58 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#[derive(Clone, Copy)]
#[derive(Clone, Copy, PartialEq)]
pub struct Reg(u8);
#[derive(Clone, Copy)]