#include <stdio.h> int main() { unsigned char a = 0; while (a<255) { a++; printf("%c\n",a); } return 0; }
To embed this project on your website, copy the following code and paste it into your website's HTML: