diff options
author | Himbeer <himbeer@disroot.org> | 2025-03-21 07:57:47 +0100 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2025-03-21 07:57:47 +0100 |
commit | bd557b53cea498c3e18ecd41db9ee68507e47986 (patch) | |
tree | 6d3cf9e6d54c3ae0cc26451a756fe13a8489ee94 /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!"); +} |