Skip to content
ifmyet edited this page Apr 20, 2016 · 1 revision

package main

import "fmt"

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

Clone this wiki locally