– Greetings.exe –
C++
// greeting.c
#include “powerroles.h”
int main (int argc, char** argv) {
showoff();
if (isDom()) {
subbyscrip();
} else if (isSub()) {
mastercontrol();
}
}

Digital artist for hire
C++
// greeting.c
#include “powerroles.h”
int main (int argc, char** argv) {
showoff();
if (isDom()) {
subbyscrip();
} else if (isSub()) {
mastercontrol();
}
}
