Created
November 6, 2015 19:59
-
-
Save DavisDevelopment/da76f73f23c1bbef7ecd 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
/* a joke between myself and a fellow student */ | |
import bible.God; | |
class Religion { | |
public static function main():Void { | |
if ( God.isReal() ) { | |
self.worship( God ); | |
} | |
else { | |
self.insult( God.worshippers ); | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment