forked from n3tael/labast
* fixed _unix_random bug * add custom instruction "random" * update to spec 1.12 * more cli options
3 lines
53 B
Rust
3 lines
53 B
Rust
pub fn print(arg: &String) {
|
|
print!("{}", arg);
|
|
} |