Day of the Week by flagitious(embed)

puts %w'\x1a \xf8\x8e\xfa\xf8\x90\xaa\xc2\xef\xa3\x85\xaa\xe9\x81\xd3\x93\xbe\xac\xa6\xd9\xa4\xb9\xad\xe7\xb9\x8b\xfc\xbe\xe6\x9e\x80\xa5\xbd\xc5\xe9\xe8\xc8\xf1\xca\x81, \xa1\xe4\xdb\x96\x85\xd6\xa9\xa9\xb7\xcc\xd7\x8e\xf1\xd1\xa0\xa5\x8c\xdf\xcc\x8a\xa6\xde\xe4\xa3\x9d\xb7\xa4\x99\x93\xac\xa3\xcc\xa7\xf7\xbf\xb8\x8b\xd9\x8d\x17'[$$%3].unpack('w')[0].to_s(7).split''

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page