Advertisement
DarkAtom77

Hello world B

May 28th, 2020
881
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.15 KB | None | 0 0
  1. /* Hello world program */
  2. /* Language: B ("Users Reference to B" by Ken Thompson, 1969) */
  3.  
  4. main()
  5. {
  6.     putstr("Hello world\n");
  7.     return(0);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement