Run ❯
Get your
own
website
×
Change Orientation
package main import ("fmt") func main() { var student1 string student1 = "John" fmt.Println(student1) }
John