DEV Community

sqwu
sqwu

Posted on

Hello World

package main

import (
    "fmt"
)

func main() {
    fmt.Println("Hi")
}
Enter fullscreen mode Exit fullscreen mode

Oldest comments (0)