Printing hello world and code explanation
Hello Hello!
package main import "fmt" func main() { fmt.Println("hello hello") }
Last updated 4 years ago
Was this helpful?