diff options
| author | andromeda <andromeda@lenovo> | 2026-04-23 17:01:54 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-04-23 17:01:54 +0200 |
| commit | fe1ccd1450b2a52f58262835f13524eaa728b1dd (patch) | |
| tree | fe4cd51abc0cb64da6a6ad913f644a4d90f437a4 /main.c3 | |
init
Diffstat (limited to 'main.c3')
| -rw-r--r-- | main.c3 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +module c3term; +import std::io; + +fn int main(String[] args) +{ + io::printn("Hello, World!"); + return 0; +} |
