source:
branches/libc-0.6/testcase/helloworld.c@
3007
Last change on this file since 3007 was 108, checked in by , 22 years ago | |
---|---|
|
|
File size: 96 bytes |
Line | |
---|---|
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.