Files
42_EXT_01_dr_quine/2_Grace/Grace.c
2024-01-23 16:38:28 +01:00

15 lines
656 B
C

#include <stdio.h>
#define not_main main
char *second_function() {
return "#include <stdio.h>%c#define not_main main%c%cchar *second_function() {%c return %c%s%c;%c}%c%cint not_main() {%c /*comment*/%c FILE *file = fopen(%cGrace_kid.c%c, %cw%c);%c char *program = second_function();%c fprintf(file, program, 10, 10, 10, 10, 34, program, 34, 10, 10, 10, 10, 10, 34, 34, 34, 34, 10, 10, 10, 10, 10);%c return 0;%c}%c";
}
int not_main() {
/*comment*/
FILE *file = fopen("Grace_kid.c", "w");
char *program = second_function();
fprintf(file, program, 10, 10, 10, 10, 34, program, 34, 10, 10, 10, 10, 10, 34, 34, 34, 34, 10, 10, 10, 10, 10);
return 0;
}