ceylon.ceylon
Hello World in Ceylon programming language. The code is from http://ceylon-lang.org/documentation/1.2/tour/basics/
This commit is contained in:
parent
9f63e88962
commit
b2310d2926
3
c/ceylon.ceylon
Normal file
3
c/ceylon.ceylon
Normal file
@ -0,0 +1,3 @@
|
||||
shared void hello() {
|
||||
print("Hello, World!");
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user