n3taeli 4fb06f8f34
update v1.0.3
* fixed _unix_random bug
* add custom instruction "random"
* update to spec 1.12
* more cli options
2024-02-06 19:59:43 +02:00

3 lines
53 B
Rust

pub fn print(arg: &String) {
print!("{}", arg);
}