summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-06 04:14:07 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-06 04:14:07 -0500
commitac44cd4e898b0a9bbadd3fa1d9170a0490ae2efa (patch)
tree00cb4447baacfe77c3f6d4bacd7740174bc3c004 /src
parent9ef74d612e1e89ddda32e7eb682b77e637089bde (diff)
downloadsmw-tools-ac44cd4e898b0a9bbadd3fa1d9170a0490ae2efa.tar.gz
smw-tools-ac44cd4e898b0a9bbadd3fa1d9170a0490ae2efa.zip
project skeleton
Diffstat (limited to 'src')
-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!");
+}