Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.08 KB | None | 0 0
  1. int test();
  2. {
  3. //code
  4. }
  5.  
  6. int test2();
  7. {
  8. //code
  9. }
  10.  
  11. int main ()
  12. {
  13. //code
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement