source: example.c

Last change on this file was 8, checked in by zdv058, 14 years ago
File size: 144 bytes
Line 
1/**
2 ein minimales Testprogramm
3*/
4int main(int argc, char** argv)
5{
6 int blup; /* eine Variable */
7 printf("hello world\n");
8 return 0;
9}
Note: See TracBrowser for help on using the repository browser.