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