ablescript/able-lang-test/hello_world.able

3 lines
34 B
Plaintext

var hello = "world";
print hello;