More i capitalization
This commit is contained in:
committed by
İnanç Gümüş
parent
27c12b9b58
commit
73b37c16c5
@ -12,7 +12,7 @@ import "fmt"
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
// remove the comments and run
|
// remove the comments and run
|
||||||
// i've commented the lines it's because of the warnings
|
// I've commented the lines it's because of the warnings
|
||||||
|
|
||||||
// fmt.Println("true && true =", true && true)
|
// fmt.Println("true && true =", true && true)
|
||||||
fmt.Println("true && false =", true && false)
|
fmt.Println("true && false =", true && false)
|
||||||
|
@ -12,7 +12,7 @@ import "fmt"
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
// remove the comments and run
|
// remove the comments and run
|
||||||
// i've commented the lines it's because of the warnings
|
// I've commented the lines it's because of the warnings
|
||||||
|
|
||||||
// fmt.Println("true || true =", true || true)
|
// fmt.Println("true || true =", true || true)
|
||||||
fmt.Println("true || false =", true || false)
|
fmt.Println("true || false =", true || false)
|
||||||
|
@ -30,7 +30,7 @@ func main() {
|
|||||||
s.Show("grades", grades)
|
s.Show("grades", grades)
|
||||||
|
|
||||||
// let's create a new scope
|
// let's create a new scope
|
||||||
// 'cause i'm going to use variables with the same name
|
// 'cause I'm going to use variables with the same name
|
||||||
{
|
{
|
||||||
// ages and agesArray have the same backing arrays
|
// ages and agesArray have the same backing arrays
|
||||||
agesArray := [3]int{35, 15, 25}
|
agesArray := [3]int{35, 15, 25}
|
||||||
|
Reference in New Issue
Block a user