Advertisement
venom049

hello

Dec 13th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. #include <cs50.h>
  2. #include <stdio.h>
  3.  
  4. int main(void)
  5. {
  6.     printf("hello, world!\n"); //print "hello world"
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement