Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2018
117
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. #include <conio.h>
  3.  
  4. int main(void)
  5. {
  6.     printf("|%c|", getch());
  7.  
  8.     return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement