summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-04-15 13:44:32 +0100
committerAkshay <[email protected]>2023-04-15 13:44:32 +0100
commit316537bb60099d8535d3d91b7dc39d57be2188a3 (patch)
treec3fc73bec852cfaee692c34f45b6ae3cbae79e8d /src/main.rs
init rust-bin flake templateHEADmaster
Diffstat (limited to 'src/main.rs')
-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}