Fix a small typo in the 1st exercise of the 14 topic
This commit is contained in:
committed by
İnanç Gümüş
parent
e4c3980bec
commit
931ae3db64
@ -36,7 +36,7 @@ package main
|
|||||||
// When printing a string array, you can use "%q" verb as usual.
|
// When printing a string array, you can use "%q" verb as usual.
|
||||||
//
|
//
|
||||||
// EXPECTED OUTPUT
|
// EXPECTED OUTPUT
|
||||||
// names : [3]string{"", "", "", ""}
|
// names : [3]string{"", "", ""}
|
||||||
// distances: [5]int{0, 0, 0, 0, 0}
|
// distances: [5]int{0, 0, 0, 0, 0}
|
||||||
// data : [5]uint8{0x0, 0x0, 0x0, 0x0, 0x0}
|
// data : [5]uint8{0x0, 0x0, 0x0, 0x0, 0x0}
|
||||||
// ratios : [1]float64{0}
|
// ratios : [1]float64{0}
|
||||||
|
Reference in New Issue
Block a user