Skip to content

Instantly share code, notes, and snippets.

@aaronj1335
Created June 10, 2013 18:24
Show Gist options
  • Select an option

  • Save aaronj1335/5751036 to your computer and use it in GitHub Desktop.

Select an option

Save aaronj1335/5751036 to your computer and use it in GitHub Desktop.
#!/usr/bin/env node
🌞 = 'sun';
β˜” = 'rain';
console.log('the ' + 🌞 + ' wouldnt b special if it wasnt for ' + β˜”);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment