shithub: scc

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

View raw version
#include <stdio.h>

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