Capitalize i

This commit is contained in:
Firas Khalil Khana
2021-05-01 13:21:56 +03:00
committed by İnanç Gümüş
parent b6ca30c4bb
commit 27c12b9b58
29 changed files with 71 additions and 71 deletions

View File

@@ -13,7 +13,7 @@ import "fmt"
func main() {
const min = 42
// i've removed int from the below declaration
// I've removed int from the below declaration
// since, min's default type is int (you'll learn)
var i = min