summary refs log tree commit diff stats
path: root/c/help.c
blob: 19edc6662d6440b42bb2f6e8f3deddb118502f2d (plain) (blame)
1
2
3
4
5
6
#include <stdio.h>

int main() {
	printf("would you mind reading the fucking manual pages?\n");
	return 0;
}