diff options
author | Aaditya Dhruv <[email protected]> | 2022-12-30 12:03:27 +0530 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2022-12-30 12:03:27 +0530 |
commit | daab90b52f8eb488b9713604729b23e09d4851cb (patch) | |
tree | 4418af27b724e7bbae5d01812699aa27edc6c826 /src |
init
Diffstat (limited to 'src')
-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!"); +} |