Skip to content

Instantly share code, notes, and snippets.

@DavisDevelopment
Created November 6, 2015 19:59
Show Gist options
  • Save DavisDevelopment/da76f73f23c1bbef7ecd to your computer and use it in GitHub Desktop.
Save DavisDevelopment/da76f73f23c1bbef7ecd to your computer and use it in GitHub Desktop.
/* 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