spl/rust-test.spl

11 lines
129 B
Text
Raw Normal View History

2023-08-04 20:38:47 +02:00
func main { |
1 rusty-test _str println
0
}
func rusty-test @rust !{
println!("hii");
let v = #pop:Mega#;
#push(v + 1)#;
}