Advertisement
yorath

hello world

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