aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-23 12:08:02 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-23 12:08:02 -0600
commitad8ee545d0f818dfb52c4ba154bed0b8c1bd6e44 (patch)
tree27dbcdbb55a63c2766fa138ab40396139d397569 /src/main.rs
downloadmakers-ad8ee545d0f818dfb52c4ba154bed0b8c1bd6e44.tar.gz
makers-ad8ee545d0f818dfb52c4ba154bed0b8c1bd6e44.zip
basic 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!");
+}