another addition example old example has been commented

This commit is contained in:
Mert Gör 🇹🇷 2024-01-14 00:28:03 +03:00
parent 71468385e2
commit e60256bcc4
Signed by: hwpplayer1
GPG key ID: 03E547D043AB6C8F

View file

@ -18,7 +18,7 @@ func main() {
arrays.Demo4() arrays.Demo4()
slices.Demo2() slices.Demo2()
functions.SayHello() functions.SayHello()
functions.Addition(2,6) // functions.Addition(2,6)
var total = functions.Addition(3,8) var total = functions.Addition(3,8)
fmt.Println(total) fmt.Println(total)
} }