diff --git a/sample-code/hello.cl b/sample-code/hello.cl new file mode 100644 index 0000000..a375fad --- /dev/null +++ b/sample-code/hello.cl @@ -0,0 +1,3 @@ +fn main() { + print("Hello, world!") +}