aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-28 23:57:55 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-28 23:57:55 -0600
commit394fbd1bfbcb9f5cfd50ff10239aa115f2b0696e (patch)
tree5c50415c7ce33502578b1393e00f596b557c5934 /src/main.rs
downloadsynthfinity-394fbd1bfbcb9f5cfd50ff10239aa115f2b0696e.tar.gz
synthfinity-394fbd1bfbcb9f5cfd50ff10239aa115f2b0696e.zip
start
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!");
+}