what i should do today afternoon?
play 0ad
41%
code or learn new language
59%
Poll ended at .
@hacknorris learn Hare
@deacon no, worse... Hare is yet normal... my will be ways more hardcore...

@deacon

section .data
msg: db 'which language again?', 21, 0

section .text
_start:
push msg
syscall

@hacknorris Beautiful, succinct; Art.