aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-09-11 16:48:09 +0100
committerAkshay <[email protected]>2021-09-11 16:48:09 +0100
commit171a4fa4d15c4be14d63fdc5d258610bb26bd162 (patch)
tree3a8c105edb03481fe11e1486a23d165a686aecd5 /src
parente6ee0c4246c95d48dc7a63565ccb6f022f67dbec (diff)
restructure repo into bin, lib and macros
Diffstat (limited to 'src')
-rw-r--r--src/main.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs
deleted file mode 100644
index e7a11a9..0000000
--- a/src/main.rs
+++ /dev/null
@@ -1,3 +0,0 @@
1fn main() {
2 println!("Hello, world!");
3}