hello.c

 avatar
unknown
c_cpp
2 years ago
87 B
14
Indexable
#include <studio.h>

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

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