Skip to content

Instantly share code, notes, and snippets.

@AndrewVos
Created February 10, 2012 11:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrewVos/1788830 to your computer and use it in GitHub Desktop.
Save AndrewVos/1788830 to your computer and use it in GitHub Desktop.
<?
$a = (rand(0, 5) > 2) ? 'wet': 'very wet';
echo "<h1>$a</h1>";
?>
@commuterjoy
Copy link

100% chance of being pissed on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment