#include <stdio.h>
int main(int argc, char** argv)
{
printf("hello, world");
}
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
#include <stdio.h>
int main(int argc, char** argv)
{
printf("hello, world");
}