Skip to content

Instantly share code, notes, and snippets.

@hirose31
Created November 19, 2013 04:06
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hirose31/7540161 to your computer and use it in GitHub Desktop.
Save hirose31/7540161 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main () {
// 見つめ合う
fmt.Println("おっくせんまん!おっくせんまん!!")
defer fmt.Println("ジャパン!!!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment