[ create a new paste ] login | about

Link: http://codepad.org/mwsewM0Q    [ raw code | output | fork ]

C++, pasted on Nov 17:
1
2
3
4
5
#include <iostream>
 
class Colors : public Nailpolish {
  
};


Output:
1
2
Line 3: error: expected class-name before '{' token
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: