Advertisement
Keith_S_Thompson

c.c

Apr 18th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. void getline(void) {
  4.     puts("hi");
  5. }
  6.  
  7. int main(void) {
  8.     getline();
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement