shithub: scc

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

View raw version
#include <stdio.h>

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