shithub: scc

ref: 73b180769110ca05065017952173233ad8bb1c34
dir: /tests/cc/execute/0131-hello.c/

View raw version
#include <stdio.h>

int
main(void)
{
	printf("hello world\n");
	return 0;
}