// helloworld.c
#include <stdio.h>
#include "helloworld.h"
 
int main()
{
    int i;
    for(i = 0;i <= COUNT; i++)
    { 
        printf("%s - %d\n",hello,i);
    }
    return 0;
}

