summaryrefslogtreecommitdiffstats
path: root/src/main.c
blob: b014b943e48641606615254f366767ed01e10349 (plain)
1
2
3
4
5
6
7
8
9
#include <stdio.h>

int
main(void)
{
	puts("Hello, world!");

	return 0;
}