From 777ccdb72bf9295de39395a44dd9ebec158a40b9 Mon Sep 17 00:00:00 2001 From: asus Date: Wed, 24 Jan 2024 10:20:35 +0100 Subject: [PATCH] correction comments in colleen --- 1_Colleen/Colleen.c | 12 ++++++++---- 3_Sully/Sully.c | 1 + 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 3_Sully/Sully.c 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 @@ +