diff --git a/example.c b/example.c index ba2b6e8..9dd3cca 100644 --- a/example.c +++ b/example.c @@ -1,10 +1,13 @@ #include -int main() -{ - // Add your name to be printed below - printf("Who has completed the tutorial?\n"); - printf("Natalia\n"); - - return 0; -} \ No newline at end of file +int main() { + + // Add your name to be printed below + printf("Who has completed the tutorial?\n"); + printf("Natalia\n"); + printf("Matt\n"); + printf("Don't mind me. Just checking an access token.\n"); + + return 0; + +}