Advertisement
Guest User

main.cpp

a guest
Oct 25th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #include <iostream>
  2. #include "title.h"
  3. #include <cstdlib>
  4.  
  5.  
  6. int main()
  7. {
  8. title();
  9. system("PAUSE");
  10. return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement