source:
trunk/testcase/helloworld.c@
376
| Last change on this file since 376 was 108, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 96 bytes | |
| Rev | Line | |
|---|---|---|
| [108] | 1 | #include <stdio.h> |
| 2 | ||
| 3 | int main(int argc, char **argv ) | |
| 4 | { | |
| 5 | puts("hello world"); | |
| 6 | return 0; | |
| 7 | } |
Note:
See TracBrowser
for help on using the repository browser.
