summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-03-17 17:06:55 -0500
committerToby Vincent <tobyv13@gmail.com>2023-03-17 17:06:55 -0500
commit0f8b7e54758d212b7675b53af83773b463b32b4f (patch)
tree0e8c3d9499630086061a30fae0bcc60e3f3263d4 /src
chore: initial commit
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..5dd30d1
--- /dev/null
+++ b/src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello World!")
+}