ALPHA_ASCII by pooq

int main(){foreach(Stdio.stdin.read(999)/"",string n)if(n>"@")write(n[0]+" ");}

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

download

return to the top page