hello world!

comments (single view)

package main
import "fmt"

func main{
    fmt.Println("Hello, World!")
    fmt.Println("Hello, @jeffalo!")

package main
import "fmt"

func main{
    fmt.Println("Hello, World!")
    fmt.Println("Hello, @non-biased-news!")

you forgot the ending brackect but cool👍

You also forgot the ending bracket though

View all comments