Quick actions

cmd+k|ctrl+k

Navigation

Languages

mysnippet

Snippet info

Language

Go

Visibility

public

Author

davfuc

Created

2016-04-25T08:34:10Z

Updated

2016-04-25T08:34:10Z

package main

import (
    "fmt"
)

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