"Hello World!" in C

  • + 0 comments

    include

    int main(){ printf("ello world!"); return 0; }