shithub: scc

ref: 989c106cae3b5870d966b2cc6a83dcad73254ede
dir: /tests/execute/0131-hello.c/

View raw version
#include <stdio.h>

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