You are reading a single comment by @Velocio and its replies. Click here to read the full conversation.
  • [#include](https://www.lfgss.com/search/?q=%23include) <stdio.h>
    int main()
    {
       // printf() displays the string inside quotation
       printf("Hello, World!");
       return 0;
    }
    
About

Avatar for Velocio @Velocio started