Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.24 KB | None | 0 0
  1. #include <stdio.h>
  2. /*this
  3.     is
  4.     a
  5. multiline comment*/
  6. int main(){
  7.  
  8.     printf("input/        file");
  9.     printf("hello     world");
  10.  
  11.     return      0 ;
  12.  
  13. }
  14. //this is a single line comment
  15.  
  16. /*this a multiline * **coment*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement