From b73a500c147024c0b80e6d16ab710391b1416b77 Mon Sep 17 00:00:00 2001 From: Dillon Sahadevan Date: Sat, 27 Oct 2018 10:52:01 -0600 Subject: [PATCH] Example commit for tutorial --- example.c | 1 + 1 file changed, 1 insertion(+) diff --git a/example.c b/example.c index ba2b6e8..02faff0 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("Dillon \n"); return 0; } \ No newline at end of file