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