max number for fix
This commit is contained in:
parent
96b985bbc8
commit
208b1602f3
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ func Demo3() {
|
||||||
if numbers[i] > max_number {
|
if numbers[i] > max_number {
|
||||||
max_number = numbers[i]
|
max_number = numbers[i]
|
||||||
}
|
}
|
||||||
fmt.Println("max number : ", max_number)
|
|
||||||
}
|
}
|
||||||
|
fmt.Println("max number : ", max_number)
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue