aboutsummaryrefslogtreecommitdiff
path: root/res/test.c
blob: ead84da96b7cfde78c6176e73f57614e18f59c9f (plain) (blame)
1
2
3
4
5
int main()
{
	printf("Hello, world!\n");
	return 0;
}