From faf6239f014f7ab7c9959ff3e89bccaaf8baa32a Mon Sep 17 00:00:00 2001 From: nmoton <26640786+nmoton@users.noreply.github.com> Date: Wed, 31 Oct 2018 11:55:59 -0600 Subject: [PATCH] Tutorial for SOAR --- example.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.c b/example.c index ba2b6e8..c66c50c 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("Nathan\n"); return 0; -} \ No newline at end of file +}