Another Table by croyal

#include<stdio.h>

main(){
   printf("     ________________________\n");
   printf("    /                       /|\n");
   printf("   /                       / |\n");
   printf("  /                       //||\n");
   printf(" /_______________________//|||\n");
   printf("|  ___________________  || |||\n");
   printf("| || |||              | || |||\n");
   printf("| || ||/              | || ||/\n");
   printf("| ||                  | ||\n");
   printf("| ||                  | ||\n");
   printf("|_|/                  |_|/\n");
}

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

download

return to the top page