Hacker News new | ask | show | jobs
by anaphor 1777 days ago
Sort of

  $ cat lol.c 
  #include <stdio.h>
  #include </dev/tty>
  $ gcc lol.c
  int main() { printf("lol\n"); } // hit Ctrl+D
  $ ./a.out 
  lol
1 comments

Hah nice.