shithub: scc

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

View raw version
#include <stdio.h>

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