source:
flair-src/trunk/demos/HelloWorld/src/main.c@
16
Last change on this file since 16 was 13, checked in by , 9 years ago | |
---|---|
File size: 97 bytes |
Rev | Line | |
---|---|---|
[13] | 1 | #include <stdio.h> |
2 | ||
3 | int main (int argc, char **argv) { | |
4 | printf("Hello world !\n"); | |
5 | return 0; | |
6 | } | |
7 |
Note:
See TracBrowser
for help on using the repository browser.