summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2023-04-04 20:03:29 -0400
committerAdam T. Carpenter <atc@53hor.net>2023-04-04 20:03:29 -0400
commitdc02f9ac8925a719957e00d2476fc9a6f9672a57 (patch)
tree7b4f63100ef7df9a6295c4ecd5f1d8e3ee2600f8 /src/main.rs
downloadgit-pull-rebase-dc02f9ac8925a719957e00d2476fc9a6f9672a57.tar.xz
git-pull-rebase-dc02f9ac8925a719957e00d2476fc9a6f9672a57.zip
hello
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!");
+}