blob: 87b871604c8c11092e73cf9fe4211b2c0bd83aff [file] [log] [blame]
#include <stdio.h>
int main(void)
{
printf("Hello Hell\n");
return 0;
}