diff options
| author | Mica White <botahamec@outlook.com> | 2025-12-07 20:40:56 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-12-07 20:40:56 -0500 |
| commit | 5be0409654217adb28a4601cd346e1602793c663 (patch) | |
| tree | 81cb7ae94264f8adb305036b2cceadcdbdc5ee14 /src/main.rs | |
First commit
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} |
