forked from n3tael/labast
3 lines
55 B
Rust
3 lines
55 B
Rust
pub fn pop(memory: &mut Vec<u16>) {
|
|
memory.pop();
|
|
} |