less than 1 minute read

My first blog post!

#include <stdio.h>

int main()
{
    printf("Hello, World!n");
    return 0;
}

Updated:

Comments