aboutsummaryrefslogtreecommitdiff
path: root/8.3/main.c
blob: 4c5b7b6cd5d851fddc27d06b2847b7cff1c54ada (plain) (blame)
1
2
3
4
5
6
7
8
#include "stdio.h"

int main(void)
{
	puts("sneed from sneedio.h (formerly stdio.h)\n");

	return 0;
}