Advertisement
Guest User

Untitled

a guest
Aug 13th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. #include    <stdlib.h>
  2. #include        <stdio.h>
  3.  
  4. #include "test.h"
  5.  
  6. void main(void)
  7. {  
  8.     printf("Hello");
  9.     FuncA();
  10.  
  11.     return;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement