source: trunk/kBuild/testcase/hello.c@ 585

Last change on this file since 585 was 104, checked in by bird, 21 years ago

first testcase.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 77 bytes
Line 
1#include <stdio.h>
2int main()
3{
4 printf("hello world\n");
5 return 0;
6}
Note: See TracBrowser for help on using the repository browser.