Sunday 14 August 2016

hello world c


#include<stdio.h>

int main(int argc, char *argv[]){
    print("Hello World\n");
    return 0;
}

No comments:

Post a Comment