diff --git a/.example.c.swp b/.example.c.swp new file mode 100644 index 0000000..2b02666 Binary files /dev/null and b/.example.c.swp differ diff --git a/example.c b/example.c index ba2b6e8..7af84a4 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("Resha Mau\n"); return 0; -} \ No newline at end of file +}