Skip to content

Instantly share code, notes, and snippets.

@fabulousduck
Created June 15, 2017 19:33
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 fabulousduck/11bb9475219933ed8db51a7cdd44c22f to your computer and use it in GitHub Desktop.
Save fabulousduck/11bb9475219933ed8db51a7cdd44c22f to your computer and use it in GitHub Desktop.
function myMeme(string $lmao) {
printf("%s",$string);
}
myMeme("hello");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment