// helloworld.h
#define COUNT 2

static char hello[] = "hello world";

