summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-06 01:52:43 -0400
committerJesse Luehrs <doy@tozt.net>2021-11-06 01:52:43 -0400
commit47223328fca9c4de70c7c99cbdfd16038b5be4da (patch)
tree75f7c78b088813c5dd367982134286261b0484b0 /src/main.rs
parentca1c9c9756ef24ed02c53c4d415cba7202742293 (diff)
downloadnbsh-47223328fca9c4de70c7c99cbdfd16038b5be4da.tar.gz
nbsh-47223328fca9c4de70c7c99cbdfd16038b5be4da.zip
project skeleton
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 @@
+fn main() {
+ println!("Hello, world!");
+}