Advertisement
Zenthetic

Default

May 12th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.40 KB | None | 0 0
  1. //Default source created by Zenthetic [R]
  2. /*=========================================/
  3.                   |INFO|
  4. Name:
  5. Course:
  6. Teacher:
  7. Program:
  8. /=========================================*/
  9.  
  10. //Declare Libraries
  11. #include <iostream>
  12. #include <iomanip>
  13. #include <windows.h>
  14. #include <string>
  15. #include <cstdlib>
  16. #include <ctime>
  17. #include <ctype.h>
  18.  
  19. //Declare namespace
  20. using namespace std;
  21.  
  22. main()
  23. {
  24.  
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement