source: example.c

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