hello.c 91 Bytes Raw Blame History Permalink 1 2 3 4 5 void puts(char *); int main(int argc, char **argv) { puts("break here\n"); return 0; }