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