Chathura Kudahetti b2310d2926 ceylon.ceylon
Hello World in Ceylon programming language. The code is from http://ceylon-lang.org/documentation/1.2/tour/basics/
2016-05-21 22:25:42 +05:30

4 lines
52 B
Ceylon

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