source: example.c@ 6

Last change on this file since 6 was 6, checked in by admin, 15 years ago
File size: 142 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.