You are on page 1of 1

//A copy

#include<stdio.h>
void main()
{
printf("Hello world");
}

You might also like