Hello, World in Go! (P.S. I originally want to attempt Brainf***, but I give up for obvious reason)
package main
import "fmt"
func main() {
fmt.Println("Hello, world!")
}
Hello world in Go
Hello, World in Go! (P.S. I originally want to attempt Brainf***, but I give up for obvious reason)
package main
import "fmt"
func main() {
fmt.Println("Hello, world!")
}
Log in or sign up for Devpost to join the conversation.