hello.c

 avatar
unknown
c_cpp
9 months ago
87 B
7
Indexable
#include <studio.h>

int main ()
{
    printf("Hello World");

    return 0;
}
Editor is loading...
Leave a Comment