Guest User

Untitled

a guest
May 15th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.11 KB | None | 0 0
  1. class Foo
  2. {
  3.     public:
  4.         int nice();
  5. };
  6.  
  7. int main( int argc, char* argv[] )
  8. {
  9.     return EXIT_SUCCESS;
  10. }
Add Comment
Please, Sign In to add comment