hello.c
unknown
c_cpp
a year ago
87 B
10
Indexable
#include <studio.h>
int main ()
{
printf("Hello World");
return 0;
}
Editor is loading...
Leave a Comment
#include <studio.h>
int main ()
{
printf("Hello World");
return 0;
}