Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 114 Bytes

File metadata and controls

9 lines (7 loc) · 114 Bytes

crustacean_script Specification

fn say_hello(name) {
    print("Hello, " + name)
}

say_hello("RoiBoi")