Advertisement
Guest User

Simple Print function

a guest
Apr 18th, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. #include <stdin.h>
  2.  
  3. void main()
  4. {
  5.     printf("My Name Is 'Ayoubhub' and this's another c program!");
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement