source: trunk/tests/hello.c@ 1398

Last change on this file since 1398 was 1398, checked in by bird, 17 years ago

Starting working on concept and regression tests.

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