Skip to content

Instantly share code, notes, and snippets.

@lourinaldi
Created May 29, 2015 13:01
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 lourinaldi/4f0da25b6e70e9228f5b to your computer and use it in GitHub Desktop.
Save lourinaldi/4f0da25b6e70e9228f5b to your computer and use it in GitHub Desktop.
digraph G {
"Are you Rob Base?" -> "Do you wanna rock right now?"
"Do you wanna rock right now?" -> "Yes, yes I do."
"Do you wanna rock right now?" -> "No"
"No" -> "You are not Rob Base."
"Yes, yes I do." -> "Did you come to get down?"
"Did you come to get down?" -> "I did indeed."
"Did you come to get down?" -> "No"
"No" -> "You are not Rob Base."
"I did indeed." -> "Are you internationally known?"
"Are you internationally known?" -> "Yes"
"Are you internationally known?" -> "Alas, I am not."
"Yes" -> "You are not Rob Base."
"Alas, I am not." -> "Are you known to rock a microphone?"
"Are you known to rock a microphone?" -> "So I've been told!"
"Are you known to rock a microphone?" -> "No"
"No" -> "You are not Rob Base."
"So I've been told!" -> "Congratulations, you are Rob Base!"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment