We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8359a commit 540bbb7Copy full SHA for 540bbb7
src/main.rs
@@ -1,5 +1,5 @@
1
fn main() {
2
- println!("Hello, world!");
+ println!("The answer is to the ultimate question is {}", answer());
3
}
4
5
fn answer() -> u32 {
0 commit comments