Hacker News new | past | comments | ask | show | jobs | submit login

Reminds me of a trick from Java Puzzlers- it works exactly the same in C:

  #include <stdio.h>
  int main() {
    http://www.google.com
    printf("Hello, World!");
  }
(Of course, if you have syntax highlighting that label followed by a single-line comment is easier to spot.)



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: