shithub: scc

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

View raw version
#include <stdio.h>

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