the pessimistic c programmer's first program: #include <stdio.h> int main(int argc, char **argv) { int to_my_maker = 0; printf("Goodbye, Cruel World.\n"); return(to_my_maker); } *rimshot*
#include <stdio.h> int main(int argc, char **argv) { int to_my_maker = 0; printf("Goodbye, Cruel World.\n"); return(to_my_maker); }
Log in or register to write something here or to contact authors.
Sign up
Need help? accounthelp@everything2.com