diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-18 14:54:56 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-18 14:54:56 -0600 |
| commit | 729ba20b58180358df14de140007d088ff9329a8 (patch) | |
| tree | 17dfe95f2d6f49639bfc6e31aed5dbfeb6e8e93f /src/main.rs | |
initial 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!"); +} |
