Skip to content

Instantly share code, notes, and snippets.

@awsum
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awsum/3cac84613cf817fefee2 to your computer and use it in GitHub Desktop.
Save awsum/3cac84613cf817fefee2 to your computer and use it in GitHub Desktop.
if (today.getDayOfYear() == 0x100) {
celebrate();
}
------------------------------------
if (today.getDayOfYear() == 0x100) {
printf("Поздравляю, %s!", "%username%");
while (!isDead()) {
celebrate();
}
}
------------------------------------
$ echo "С Днем Программиста\!\nНовая линия"
------------------------------------
#!/usr/bin/python
print "YOLO"
print "NEW LINE"
------------------------------------
_______________________
/ С Днём Программиста, \
\ {{ username }}!!! /
-----------------------
\
\ \_\_ _/_/
\ \__/
(oo)\______
(__)\ )\/\
||----W |
|| ||
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment