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 61d40ff commit 122b599Copy full SHA for 122b599
src/main.rs
@@ -1,5 +1,5 @@
1
fn main() {
2
- println!("The answer is to the ultimate question is {}", answer());
+ println!("The answer to the ultimate question is {}", answer());
3
}
4
5
fn answer() -> u32 {
0 commit comments