forked from blau_araujo/pbn
aula 2
This commit is contained in:
parent
4d3fd62679
commit
af6a245d76
3 changed files with 135 additions and 0 deletions
7
curso/exemplos/02/salve.c
Normal file
7
curso/exemplos/02/salve.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include <unistd.h>
|
||||
|
||||
int main() {
|
||||
const char *msg = "Salve, simpatia!\n";
|
||||
write(1, msg, 14);
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue