CGA Palette by bk1e

char*x="\0\2\b\n \"$*\025\027\035\03757=?";l[]={0,85,170,255};i;main(){for(;i++<16;++x)printf("%02X%02X%02X\n",l[*x/16],l[*x/4%4],l[*x%4]);}

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

download

return to the top page