Advertisement
Guest User

newfile.c

a guest
Jan 16th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. #include <stdio.h>
  2. int main(){
  3. printf("hello world\n");
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement