Skip to content

Commit 540bbb7

Browse files
authored
print answer
1 parent 5e8359a commit 540bbb7

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!("Hello, world!");
2+
println!("The answer is to the ultimate question is {}", answer());
33
}
44

55
fn answer() -> u32 {

0 commit comments

Comments
 (0)