Skip to content

Instantly share code, notes, and snippets.

@yappo
Created November 11, 2009 12:19
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 yappo/231895 to your computer and use it in GitHub Desktop.
Save yappo/231895 to your computer and use it in GitHub Desktop.
package main
import "fmt"
import "acme/oppai"
func main() {
var o oppai.Oppai;
fmt.Printf(
o.Massage().
Massage().
Massage().
Oppai("").
Oppai("ちっぱい!").
Oppai("").
Massage().
Done()
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment