Vvx16
i hate intra and inter sexual theory
- Joined
- Dec 26, 2024
- Posts
- 87
- Reputation
- 49
[DISCLAIMER]: i know some of you wont believe it, but YES! i have program this all myself, it took me 2 months to understand it all
RATE MY CODE 1-10 pls
RATE MY CODE 1-10 pls
C:
#include <stdio.h>
#include <string.h>
#define FUCK_YOU 1
#define YOU_ARE_THE GOAT 0
int main(int argc, char *argv[]) {
if (argc != 2) {
printf("[USAGE]: %s <gender>\n", argv[0]);
return 1;
}
char * gender = argv[1];
if (strcmp(gender, "female") == 0) {
printf("FUCK YOU FOID\n");
return FUCK_YOU;
}
if (strcmp(gender, "male") == 0) {
printf("you little sensitive young man :)\n");
return YOU_ARE_THE_GOAT;
}
return 0;
}