Skip to content

Commit 122b599

Browse files
committed
main: fix typo
1 parent 61d40ff commit 122b599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
fn main() {
2-
println!("The answer is to the ultimate question is {}", answer());
2+
println!("The answer to the ultimate question is {}", answer());
33
}
44

55
fn answer() -> u32 {

0 commit comments

Comments
 (0)