You are on page 1of 1

#include <stdio.

h>
#include <stdlib.h>

int main()
{
printf("Hello world!\n");
return 0;
}

You might also like