Posted on February 2, 2020May 1, 2020Hello world! #include <stdio.h> int main() { printf("Hello, World!"); return 0; }