/*
 * hallo.c
 *
 * Autor: H.Drachenfels
 * Erstellt am: 12.5.2016
 */

#include "gruss.h"

int main(void)
{
    gruessen();
    return 0;
}

