diff --git a/c/ceylon.ceylon b/c/ceylon.ceylon new file mode 100644 index 00000000..e61a53b5 --- /dev/null +++ b/c/ceylon.ceylon @@ -0,0 +1,3 @@ +shared void hello() { + print("Hello, World!"); +}