Skip to content

Instantly share code, notes, and snippets.

@meson10
Last active December 9, 2015 10:01
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 meson10/91e68f2f023f909a985f to your computer and use it in GitHub Desktop.
Save meson10/91e68f2f023f909a985f to your computer and use it in GitHub Desktop.
dede
package main
import "fmt"
func helloWorld() {
fmt.Println("Ok")
}
func main() {
helloWorld()
fmt.Println("hello World")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment