diff --git a/1_Colleen/Colleen.c b/1_Colleen/Colleen.c index 70b4936..da3dfcb 100644 --- a/1_Colleen/Colleen.c +++ b/1_Colleen/Colleen.c @@ -1,13 +1,17 @@ -/*comment outside*/ +/* + comment outside +*/ #include char *second_function() { - return "/*comment outside*/%c#include %c%cchar *second_function() {%c return %c%s%c;%c}%c%cint main() {%c /*comment inside*/%c char *program = second_function();%c printf(program, 10, 10, 10, 10, 34, program, 34, 10, 10, 10, 10, 10, 10, 10, 10, 10);%c return 0;%c}%c"; + return "/*%c comment outside%c*/%c#include %c%cchar *second_function() {%c return %c%s%c;%c}%c%cint main() {%c /*%c comment inside%c */%c char *program = second_function();%c printf(program, 10, 10, 10, 10, 10, 10, 34, program, 34, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10);%c return 0;%c}%c"; } int main() { - /*comment inside*/ + /* + comment inside + */ char *program = second_function(); - printf(program, 10, 10, 10, 10, 34, program, 34, 10, 10, 10, 10, 10, 10, 10, 10, 10); + printf(program, 10, 10, 10, 10, 10, 10, 34, program, 34, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10); return 0; } diff --git a/3_Sully/Sully.c b/3_Sully/Sully.c new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/3_Sully/Sully.c @@ -0,0 +1 @@ +