File hello_world.c of Package hello_world

#include <stdio.h>

int main(int argc, char *argv[])
{
	printf("hello_world\n");
	return 0;
}
openSUSE Build Service is sponsored by