From 2a5920d4192870d83d87cc9a3b206ef672c32a04 Mon Sep 17 00:00:00 2001 From: Marcus-K Date: Sat, 27 Oct 2018 11:12:45 -0600 Subject: [PATCH] Added name to example.c --- example.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example.c b/example.c index ba2b6e8..a443173 100644 --- a/example.c +++ b/example.c @@ -5,6 +5,7 @@ int main() // Add your name to be printed below printf("Who has completed the tutorial?\n"); printf("Natalia\n"); - + printf("Marcus\n"); + return 0; } \ No newline at end of file