Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 47d4e06

Browse files
committed
add println! to main.rs
1 parent cf0eee3 commit 47d4e06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ fn main() {
44
input! {
55
n: usize,
66
}
7+
println!("{}", n);
78
}

0 commit comments

Comments
 (0)