[ create a new paste ] login | about

Link: http://codepad.org/rAByPYhI    [ raw code | output | fork ]

Python, pasted on Feb 12:
1
2
3
4
5
# challenge http://truveris.github.io/jobs/
import base64
code = 'aW1wb3J0IGNvZGVjcwpwcmludChjb2RlY3MuZGVjb2RlKHN0cigiciIuam9pbihbInEiLCAiaUBnZWhpIiwgImV2Zi5wYnoiXSkpLCAicm90MTMiKSkK'
code.decode('base64')
exec code.decode('base64')


Output:
1
dev@truveris.com


Create a new paste based on this one


Comments: