From 171a4fa4d15c4be14d63fdc5d258610bb26bd162 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 11 Sep 2021 21:18:09 +0530 Subject: restructure repo into bin, lib and macros --- bin/src/main.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bin/src/main.rs (limited to 'bin/src') diff --git a/bin/src/main.rs b/bin/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/bin/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} -- cgit v1.2.3