random space

This commit is contained in:
Rowan Torbitzky-Lane 2025-04-15 13:44:41 -05:00
parent 8f228a06ce
commit 9777711277

View File

@ -6,7 +6,7 @@ mod instructions;
mod push; mod push;
fn main() { fn main() {
// These need to stay so linter doesn't go crazy. // These need to stay so linter doesn't go crazy.
/* int_instructions(); /* int_instructions();
float_instructions(); float_instructions();
string_instructions(); string_instructions();