A hello world program written in Golang.
Code:
package main
import "fmt"
func main() {
fmt.Println("Hello World!")
}
Hello World in another language.
A hello world program written in Golang.
Code:
package main
import "fmt"
func main() {
fmt.Println("Hello World!")
}
Log in or sign up for Devpost to join the conversation.