Monday, August 27, 2018

Hello World

#include <stdio.h>

int main()
{
    printf("Hello World");

    return 0;
}

No comments:

Post a Comment