Merge pull request #327 from chathurank/patch-1

ceylon.ceylon
This commit is contained in:
Mike Donaghy
2017-02-12 15:54:20 -06:00
committed by GitHub

3
c/ceylon.ceylon Normal file
View File

@@ -0,0 +1,3 @@
shared void hello() {
print("Hello, World!");
}