From 9f98910f4e6235a2ad02a0a4deaddbdcaaa58ad4 Mon Sep 17 00:00:00 2001 From: camila Date: Sat, 27 Oct 2018 11:06:37 -0600 Subject: [PATCH] I added my name to the print function. --- example.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.c b/example.c index ba2b6e8..8185e94 100644 --- a/example.c +++ b/example.c @@ -4,7 +4,7 @@ int main() { // Add your name to be printed below printf("Who has completed the tutorial?\n"); - printf("Natalia\n"); + printf("Camila:\n"); return 0; -} \ No newline at end of file +}