0
please help which part is wrong. sorry because I just learned golong
package main import "main" func main() { // outputs GO 3 times fmt.Printline("go") fmt.println("go") //fmn.Println("go") }
1 ответ
+ 1
it's Println not println or Printline, capital letters matters, uncomment the last line, and it's fmt not fmn.
I hope this helps :)