[Golang]Memo

Installation

golang.org

1. Download init.exe from this link and install it
Getting Started - The Go Programming Language

2. Code this in main.go

package main

import "fmt"

func main() {
  fmt.Printf("hello, world\n")
}

3. Type go build then ./[exe file name] in the terminal