Skip to content

Instantly share code, notes, and snippets.

@pmembrey
Created March 25, 2013 06:10
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 pmembrey/5235202 to your computer and use it in GitHub Desktop.
Save pmembrey/5235202 to your computer and use it in GitHub Desktop.
package main
import (
"example/newmath"
"fmt"
)
func main() {
fmt.Printf("Hello World. Sqrt(2) = %v\n", newmath.Sqrt(2))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment