source: trunk/kBuild/Examples/Program/hello.c@ 395

Last change on this file since 395 was 74, checked in by bird, 21 years ago

..

  • 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.