Skip to content

Instantly share code, notes, and snippets.

@k2wanko
Created May 25, 2016 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k2wanko/76dfb8dbb5e56883a84f154435f694ab to your computer and use it in GitHub Desktop.
Save k2wanko/76dfb8dbb5e56883a84f154435f694ab to your computer and use it in GitHub Desktop.
//usr/bin/env go run $0 $@ ; exit
package main
import "fmt"
func main() {
fmt.Print("Hello")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment