shithub: scc

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

View raw version
#include <stdio.h>

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