remove from here too

This commit is contained in:
Rowan Torbitzky-Lane 2025-04-21 16:52:47 -05:00
parent f3ff9fd684
commit a74ae22110

View File

@ -1,5 +1,5 @@
use rush::push::state::EMPTY_STATE; use rush::push::state::EMPTY_STATE;
use rush_macro::{instruction_list, run_instruction}; use rush_macro::run_instruction;
fn iadd(x: i128, y: i128) -> Option<i128> { fn iadd(x: i128, y: i128) -> Option<i128> {
Some(x + y) Some(x + y)