Skip to content

Commit 07e0417

Browse files
committed
リスト03-05のタイポを修正
1 parent 5109d42 commit 07e0417

File tree

1 file changed

+0
-1
lines changed
  • listings/ch03-common-programming-concepts/listing-03-05/src

1 file changed

+0
-1
lines changed

listings/ch03-common-programming-concepts/listing-03-05/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ fn main() {
22
let a = [10, 20, 30, 40, 50];
33

44
for element in a {
5-
for element in a {
65
println!("the value is: {}", element);
76
}
87
}

0 commit comments

Comments
 (0)