/* $Id: hello.c 1020 2004-02-21 16:38:54Z mipsator $ */

#include <stdio.h>

#include "libhello.h"

int main() {
	print_hello();
	printf(" ");
	print_world();
	printf(" !\n");

	return(0);
}


syntax highlighted by Code2HTML, v. 0.9.1