Skip to content

Instantly share code, notes, and snippets.

@jordanorelli
Created March 12, 2012 04:03
Show Gist options
  • Save jordanorelli/2019695 to your computer and use it in GitHub Desktop.
Save jordanorelli/2019695 to your computer and use it in GitHub Desktop.
stanley.
package main
import (
"fmt"
)
func main() {
fmt.Println(Stanley())
}
package main
func Stanley() string {
return "Stanley"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment