aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-09-10 15:12:30 +0100
committerAkshay <[email protected]>2021-09-10 15:12:30 +0100
commit336e97961ce6cf496ca177ab7ae11f3779bad868 (patch)
tree417d300b3fad61dfe3adc52d141c75a210851eaa /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}