#include int main(int argc, char **argv) { printf("This is test #1.\n"); return 0; }