From c6781cf93b543a029daa123dc7f821575513bf18 Mon Sep 17 00:00:00 2001 From: rsaha007 Date: Sat, 27 Oct 2018 11:45:08 -0600 Subject: [PATCH] Added your name --- example.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.c b/example.c index ba2b6e8..c9d1800 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("Rahul\n"); return 0; -} \ No newline at end of file +}