source: flair-src/trunk/demos/HelloWorld/src/main.c@ 28

Last change on this file since 28 was 13, checked in by Sanahuja Guillaume, 8 years ago

helloworld

File size: 97 bytes
Line 
1#include <stdio.h>
2
3int 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.