/learn-c

Can I do anything using c?

Primary LanguageCApache License 2.0Apache-2.0

#include <stdio.h>

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