Skip to content

Commit

Permalink
Update Hello-Word.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolau-369 authored Jan 15, 2025
1 parent f6fe708 commit 287613e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Hello-Word.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
#include <stdlib.h>
int main() {
/*
A função printf()
serve para
escrever na tela
The printf() function
is used to
write to the screen
*/
printf("Hello word \n");
//faz uma pausa no programa
// pause the program
system("pause");
return 0;
}

0 comments on commit 287613e

Please sign in to comment.