test-hello.c 59 Bytes
#include <stdio.h>

int main(void)
{
	return puts("hi");
}