Home | History | Annotate | Download | only in src
      1 int main() {
      2     printf("Hello, world\n");
      3     return 0;
      4 }
      5