Hello World

By Developgram - December 11, 2016

#include <stdio.h>

void main()
{
    printf("Hello world!");
}

  • Share:

You Might Also Like

0 comments