Skip to content

Instantly share code, notes, and snippets.

@ww24
Created July 14, 2012 15:47
Show Gist options
  • Save ww24/3111867 to your computer and use it in GitHub Desktop.
Save ww24/3111867 to your computer and use it in GitHub Desktop.
Quine
// https://twitter.com/ww24/status/224148383642824704
console.log(require("fs").readFileSync(__filename, "utf8").length < 100 ? "素敵!" : "長いわ!");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment