diff options
author | Akshay <[email protected]> | 2023-04-15 13:44:32 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2023-04-15 13:44:32 +0100 |
commit | 316537bb60099d8535d3d91b7dc39d57be2188a3 (patch) | |
tree | c3fc73bec852cfaee692c34f45b6ae3cbae79e8d /src |
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 | } | ||