source:
flair-src/branches/sanscv/demos/HelloWorld/src/main.c@
354
Last change on this file since 354 was 324, checked in by , 5 years ago | |
---|---|
File size: 97 bytes |
Line | |
---|---|
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.