Advertisement
pouar

why examples can't be copyrighted

Dec 12th, 2015
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.12 KB | None | 0 0
  1. /*
  2.  *  Hello World program
  3.  *  Copyright (c) 2015 Pouar
  4.  */
  5.  
  6. #include <stdio.h>
  7.  
  8. main()
  9. {
  10.     printf("Hello World");
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement