dennis.c
#include <stdio.h>
main () {
printf(“Goodbye world.\n”);
exit(0);
}
/* forgot to add parens in my exit call, thanks @cdixon aka human compiler */
blog comments powered by Disqus
Notes
-
giantrobotlasers said:
// should be
int main(void){
-
daryn liked this
-
joeconyers liked this
-
caterpillarcowboy liked this
-
hershberg liked this
-
whitneymcn liked this
-
thegongshow liked this
-
gbattle posted this
