From 305a7f85ec6d3e70bf19dd788bc34945fd280fc1 Mon Sep 17 00:00:00 2001 From: Minji Date: Sun, 18 Nov 2018 04:01:18 +0900 Subject: [PATCH] first tutorial --- example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.c b/example.c index ba2b6e8..515a92f 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("Minji\n"); return 0; } \ No newline at end of file