Guest User

Untitled

a guest
Jun 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. // Where the main function is located at... BTW nathan, the file where the main function is located upon usually is called main.cpp by convention, so i suggest you do it too..
  2. #include "EmptyClass.h"
  3.  
  4. int main()
  5. {
  6. return 0;
  7. }
Add Comment
Please, Sign In to add comment