summaryrefslogtreecommitdiff
path: root/src/main.c3
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-05-09 19:18:14 +0200
committerandromeda <andromeda@lenovo>2026-05-09 19:18:14 +0200
commit1caa1bbdb8f474a1e404875e0f02464273dabb46 (patch)
tree30e222831eaf70e335215e9125c7411fea3c2f90 /src/main.c3
parent1032e316846d4739232facd83bc36f0b41f7d67f (diff)
add libcurl
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;
-}