summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.gitkeep0
-rw-r--r--src/main.c38
2 files changed, 8 insertions, 0 deletions
diff --git a/src/.gitkeep b/src/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/.gitkeep
diff --git a/src/main.c3 b/src/main.c3
new file mode 100644
index 0000000..ebae182
--- /dev/null
+++ b/src/main.c3
@@ -0,0 +1,8 @@
+module radgen;
+import std::io;
+
+fn int main(String[] args)
+{
+ io::printn("Hello, World!");
+ return 0;
+}