Revision 2
added hello.c (now correct)
lab0/hello.c | ||
---|---|---|
1 |
#include <stdio.h> |
|
2 |
|
|
3 |
int main(){ |
|
4 |
printf("Hello world!\n"); |
|
5 |
return 0; |
|
6 |
} |
|
7 |
|
|
0 | 8 |
Also available in: Unified diff
Added by Diogo Miguel Ferreira Rodrigues about 5 years ago
added hello.c (now correct)
lab0/hello.c | ||
---|---|---|
1 |
#include <stdio.h> |
|
2 |
|
|
3 |
int main(){ |
|
4 |
printf("Hello world!\n"); |
|
5 |
return 0; |
|
6 |
} |
|
7 |
|
|
0 | 8 |
Also available in: Unified diff