From 49c72c66338f8ea07ece9fc794afd47245e4e9ec Mon Sep 17 00:00:00 2001 From: RryanhH Date: Sat, 27 Oct 2018 11:06:03 -0600 Subject: [PATCH] Update example.c --- example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.c b/example.c index ba2b6e8..6bce880 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("Ryan\n"); return 0; } \ No newline at end of file