Advertisement
Guest User

main.cpp

a guest
Nov 28th, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. #include "Tacka.h"
  4.  
  5.  
  6. int main()
  7. {
  8. Tacka() t1;
  9. cout << "Hello world!" << endl;
  10. return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement