source: example.c@ 6

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