Advertisement
Guest User

Untitled

a guest
Mar 9th, 2013
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. dmitry@pro:/tmp$ cat test.c
  2. #include <stdio.h>
  3. int main(){
  4. int x = 'FOO!';
  5. printf("%d\n", x);
  6. }
  7. dmitry@pro:/tmp$ rm a.out
  8. dmitry@pro:/tmp$
  9. dmitry@pro:/tmp$ g++ test.c
  10. dmitry@pro:/tmp$ ./a.out
  11. 1179602721
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement