Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. //
  2. // Header.h
  3. // sample
  4. //
  5. // Created by bars on 20.12.14.
  6. // Copyright (c) 2014 bars66. All rights reserved.
  7. //
  8.  
  9. #ifndef sample_Header_h
  10. #define sample_Header_h
  11.  
  12. #include <iostream>
  13.  
  14. void foo() {
  15. std::cout << "test" << std::endl;;
  16. }
  17.  
  18. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement