char* me; void main(void) {printf(me); putchar(13); putchar(34); printf(me); putchar(34); putchar(';');} char* me =
"char* me; void main(void) {printf(me); putchar(13); puchar(34); printf(me); putchar(34); putchar(';');} char* me=";
Created
August 11, 2019 07:57
-
-
Save RyanJeong/18b6f865975be6ee392e36f3fbf7e3f1 to your computer and use it in GitHub Desktop.
A program that prints itself
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment