diff options
| author | andromeda <andromeda@lenovo> | 2026-05-09 14:06:37 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-05-09 14:06:37 +0200 |
| commit | 1032e316846d4739232facd83bc36f0b41f7d67f (patch) | |
| tree | 5b648e672635e8e1c88884839996171db38ca611 /src/main.c3 | |
init
Diffstat (limited to 'src/main.c3')
| -rw-r--r-- | src/main.c3 | 8 |
1 files changed, 8 insertions, 0 deletions
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; +} |
