Skip to content

Instantly share code, notes, and snippets.

@TiNredmc
Last active January 10, 2022 11:57
Show Gist options
  • Save TiNredmc/cc86c057081213129be9dcfdf1ae56a8 to your computer and use it in GitHub Desktop.
Save TiNredmc/cc86c057081213129be9dcfdf1ae56a8 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(){
printf("0123456789abcdefghij0123456789abcdefghij0123456789abcdefghij0123456789abcdefghij");
printf("\n\t 1234567890\t 1234567890\t 1234567890\t 1234567890");
printf("1234567890\t 1234567890\t 1234567890\t 1234567890\n");
printf("\t 1234567890\t 1234567890\t 1234567890\t 1234567890");
printf("12345678123456781234567812345678123456781234567812345678123456781234567812345678");
printf("\t1\t12\t123\t1234\t12345\t123456\t1234567\t12345678\n");
printf("12345678\t12345678\t12345678\t12345678\t12345678");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment