aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2023-11-10 23:02:43 -0500
committerLibravatar Silas Bartha <[email protected]>2023-11-10 23:02:43 -0500
commit347d29d1e1aaec6ec2b21090e52222995020a4da (patch)
treefa5fea051aeee70423b770d43b95641034a2b268 /src/main.rs
initial commit
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!");
+}