Sunday, May 1, 2016

Welcome to AzmalTech

#include <stdio.h>
#include <stdlib.h>

int main()
{
    printf("Welcome to AzmalTech\n");
    return 0;
}

No comments:

Post a Comment