summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2023-04-04 20:15:07 -0400
committerAdam T. Carpenter <atc@53hor.net>2023-04-04 20:15:07 -0400
commit5b1660205e97e4bca9ce88bd0e9fe4e6af7ad456 (patch)
tree17dc76b2af9423ef5dd1a02a26e9b66eacf4caed /src
parentdc02f9ac8925a719957e00d2476fc9a6f9672a57 (diff)
downloadgit-pull-rebase-5b1660205e97e4bca9ce88bd0e9fe4e6af7ad456.tar.xz
git-pull-rebase-5b1660205e97e4bca9ce88bd0e9fe4e6af7ad456.zip
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index e7a11a9..983c0f8 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,3 +1,3 @@
fn main() {
- println!("Hello, world!");
+ println!("Heyo, world!");
}