Files
hello-world/c/ceylon.ceylon

4 lines
50 B
Ceylon

shared void hello() {
print("Hello World");
}