{{{1}}}

{{{2}}}


hello.c

#include <stdio.h>
int main()
{
printf("hello world. \n");
}