diff --git a/helloworld2/hello b/helloworld2/hello new file mode 100755 index 0000000..be0d75a Binary files /dev/null and b/helloworld2/hello differ diff --git a/helloworld2/hello.c3 b/helloworld2/hello.c3 new file mode 100644 index 0000000..1535604 --- /dev/null +++ b/helloworld2/hello.c3 @@ -0,0 +1,10 @@ +module hello; + +import std::io; + +fn int main(String[] args) +{ + io::printn("Hello, World!"); + + return 0; +} \ No newline at end of file