From dc5afa5e3e523709900d297269ffe45f4c87cfdd Mon Sep 17 00:00:00 2001 From: missmarlos Date: Sat, 27 Oct 2018 11:11:14 -0600 Subject: [PATCH] I made a commit. --- example.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example.c b/example.c index ba2b6e8..29bc1a7 100644 --- a/example.c +++ b/example.c @@ -3,8 +3,8 @@ int main() { // Add your name to be printed below - printf("Who has completed the tutorial?\n"); - printf("Natalia\n"); - + printf("Who has completed the tutorial?\n"); + printf("Natalia\n"); + printf("Marela\n"); return 0; } \ No newline at end of file