shithub: scc

ref: 22218ccc36cf8af3752c00a54285c66ac8dbbf39
dir: /tests/execute/0131-hello.c/

View raw version
#include <stdio.h>

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