diff --git a/src/main.rs b/src/main.rs index 8b5e689..3d07043 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,7 +6,7 @@ mod instructions; mod push; fn main() { - // These need to stay so linter doesn't go crazy. + // These need to stay so linter doesn't go crazy. /* int_instructions(); float_instructions(); string_instructions();