Guest User

Untitled

a guest
Aug 11th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. inline void hello_world() {
  4. puts("Hello world"); }
  5.  
  6. int main() {
  7. hello_world(); }
Add Comment
Please, Sign In to add comment