rudus/assets/test_prelude.ld

6 lines
79 B
Plaintext
Raw Normal View History

base :print! ("Hello from Prelude")
fn add (x, y) -> base :add (x, y)
#{add}