summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-04-29 12:28:43 +0100
committerAkshay <[email protected]>2023-04-29 12:28:43 +0100
commit83c91eeeab4080d4dccd87607cf887e0133aa625 (patch)
treec3fc73bec852cfaee692c34f45b6ae3cbae79e8d /src
init
Diffstat (limited to 'src')
-rw-r--r--src/main.rs3
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 @@
1fn main() {
2 println!("Hello, world!");
3}