diff --git a/example.c b/example.c index ba2b6e8..8185e94 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("Camila:\n"); return 0; -} \ No newline at end of file +}