Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width35%
Code Block
themeFadeToGrey
languagecppbash
titleTest.ccCompilation Session 1
firstline1
linenumberstrue
#include stuff.h

int goodbye(void) {

     int c << testme

     return 0
} 

int noreally_goodbye(void) {

     int x << testmeagain

     return 0
} 
Column
width35%

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

Line 7: That's all she wrote!