Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a19a9f3

Browse files
👍job done
1 parent e8670b0 commit a19a9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎hello-world/src/lib.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The &'static here means the return type has a static lifetime.
22
// This is a Rust feature that you don't need to worry about now.
33
pub fn hello() -> &'static str {
4-
"Goodbye, World!"
4+
"Hello, World!"
55
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /