1
/*
2
*
hallo.c
3
*
4
* Autor: H.Drachenfels
5
* Erstellt am: 12.5.2016
6
*/
7
8
#include "gruss.h"
9
10
int main(void)
11
{
12
gruessen();
13
return 0;
14
}
15