close Warning: Can't use blame annotator:
svn blame failed on trunk/demos/HelloWorld/src/main.c: 200029 - Couldn't perform atomic initialization

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

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

helloworld

File size: 97 bytes
RevLine 
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.