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