Guest User

Untitled

a guest
Feb 18th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. jyavenard@htpc:~/pcliving/mythtv/git/mythtv$ cat > test.c
  2. #include <stdio.h>
  3.  
  4. void main(void)
  5. {
  6. printf("\\.myregex\n");
  7. }
  8. jyavenard@htpc:~/pcliving/mythtv/git/mythtv$ gcc -o test test.c
  9. jyavenard@htpc:~/pcliving/mythtv/git/mythtv$ ./test
  10. \.myregex
Advertisement
Add Comment
Please, Sign In to add comment