Skip to content

Instantly share code, notes, and snippets.

@sugilog
Last active August 29, 2015 14:12
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 sugilog/fb638db004aedd04113b to your computer and use it in GitHub Desktop.
Save sugilog/fb638db004aedd04113b to your computer and use it in GitHub Desktop.
パッケージ:サンプル3(mainパッケージでない)
package sample
import "fmt"
func main() {
fmt.Println( 12, 34 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment