This commit is contained in:
2025-11-10 11:35:21 -07:00
parent f0d9f41fea
commit d9886fdea1
10 changed files with 256 additions and 276 deletions

View File

@@ -39,7 +39,7 @@ pub extern "Rust" fn _start() {
pub fn main() {
print!("Starting Calculator app");
let mut display = Display;
let mut display = Display::take().unwrap();
let mut input = vec!['e', 'x', 'p', 'r', ':', ' '];
let input_min = input.len();