shithub: scc

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

View raw version
#include <stdio.h>

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