diff options
author | Akshay <[email protected]> | 2021-09-11 16:48:09 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-09-11 16:48:09 +0100 |
commit | 171a4fa4d15c4be14d63fdc5d258610bb26bd162 (patch) | |
tree | 3a8c105edb03481fe11e1486a23d165a686aecd5 /bin/src/main.rs | |
parent | e6ee0c4246c95d48dc7a63565ccb6f022f67dbec (diff) |
restructure repo into bin, lib and macros
Diffstat (limited to 'bin/src/main.rs')
-rw-r--r-- | bin/src/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
1 | fn main() { | ||
2 | println!("Hello, world!"); | ||
3 | } | ||