umka 0.1.0

high level bindings for umka
Documentation
1
2
3
4
5
import "greet.um"

fn main() {
    greet::greet("rust")
}