idiombook
7/16/2017 - 1:02 PM

Hello, World!

Go

package main

import (
  "fmt"
)

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