Files
hello-world/c/ceylon.ceylon
2018-08-22 01:37:32 -03:00

4 lines
52 B
Ceylon
Executable File

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