shithub: scc

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

View raw version
#include <stdio.h>

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