summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/documentation/legacy-binary/build-spec/orig/hello.c
blob: 2fb04e17c836c2662cbc86a4c22738cb1a57c33f (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>
#include <stdlib.h>

int main(int argc, char *argv[]) {

	printf("Hello, World!\n");
	exit(0);
}