From 464358b46f54ffa64e07a7222e5e0baec107df60 Mon Sep 17 00:00:00 2001 From: "Sudam.fernando1" Date: Sat, 27 Oct 2018 11:10:25 -0600 Subject: [PATCH] Printed my name, hopefully i did this correctly --- example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.c b/example.c index ba2b6e8..ce12547 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("Sudam\n"); return 0; } \ No newline at end of file