hello.c

 avatar
unknown
c_cpp
a year ago
87 B
9
Indexable
#include <studio.h>

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

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