1 2 3 4 5
int main(int argc, char **argv) { /* We just want to make sure this ran, so it doesn't actually need to do anything. */ return 0; }