shithub: scc

ref: e49dedd1f69232439b3823ec52334baf33734efe
dir: /tests/execute/0131-hello.c/

View raw version
#include <stdio.h>

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