summaryrefslogtreecommitdiff
path: root/main version 2.c
blob: f6df884e4712a73c8bf4f127e3ac6c3110b0abb9 (plain) (blame)
1
2
3
4
int main() {
	printf("version control is my pashon\n");
	return 0;
}