shithub: scc

ref: 813c707f576ae9ab4209c5b155fc348571465313
dir: /tests/execute/0131-hello.c/

View raw version
#include <stdio.h>

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