Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. #include "library.h"
  2.  
  3. #include <stdio.h>
  4.  
  5. void hello(void) {
  6. printf("Hello, World!\n");
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement