Skip to content

Instantly share code, notes, and snippets.

@csanz
Created February 23, 2017 10:21
Show Gist options
  • Save csanz/eb38108598896cebaae6ee0f6681a0d9 to your computer and use it in GitHub Desktop.
Save csanz/eb38108598896cebaae6ee0f6681a0d9 to your computer and use it in GitHub Desktop.
/*
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