Advertisement
Guest User

Untitled

a guest
Jul 6th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. void function(){
  4. printf("hello world");
  5. }
  6.  
  7. int main(){
  8. function();
  9. return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement