Log in Register Dashboard Temp Share Shortlinks Frames API

HTMLify

hello_world.c
Views: 62 | Author: abh
#include <stdio.h>

void main() {
    printf("Hello Wolrld");
    printf(" ");
    printf("[ABH]\n");
}

Comments