Skip to content

Instantly share code, notes, and snippets.

@mattn
Created June 24, 2010 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mattn/451689 to your computer and use it in GitHub Desktop.
Save mattn/451689 to your computer and use it in GitHub Desktop.
package main
func main() {
R := func(v interface{}) interface{} {
print("登録商標です。")
return v
};
R(R(R(R(R))))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment