You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Compilation Session 1
#include stuff.h

int goodbye(void) {

     int c << testme

     return 0
} 

int noreally_goodbye(void) {

     int x << testmeagain

     return 0
} 

Line 1: Include some stuff. Make sure the environment variables are correct.

Line 7: That's all she wrote!

  • No labels