sample-code: Add hello.cl

This commit is contained in:
John 2024-04-21 23:07:16 -05:00
parent bf16338166
commit 2a5e965edf

3
sample-code/hello.cl Normal file
View File

@ -0,0 +1,3 @@
fn main() {
print("Hello, world!")
}