diff options
author | Akshay <[email protected]> | 2021-09-10 15:12:30 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-09-10 15:12:30 +0100 |
commit | 336e97961ce6cf496ca177ab7ae11f3779bad868 (patch) | |
tree | 417d300b3fad61dfe3adc52d141c75a210851eaa /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 @@ | |||
1 | fn main() { | ||
2 | println!("Hello, world!"); | ||
3 | } | ||