Created
February 23, 2017 10:21
-
-
Save csanz/eb38108598896cebaae6ee0f6681a0d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
IMPEACHMENT SCRIPT | |
Author: The American People with a conscious | |
*/ | |
var candidate = candidates.getLeastQualified() | |
var POTUS = new POTUS(candidate) | |
If(POTUS.name=="trump"){ | |
// send to hell | |
thisIsHell(POTUS); | |
} else { | |
// continue as normal | |
var gov = new Government(); | |
gov.rollbackRacistsExecOrders(); | |
gov.restartACA(); | |
} | |
// recursive loop | |
function thisIsHell(_POTUS){ | |
// send to hell again, again and again | |
thisIsHell(_POTUS); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment