blob: 8981773eb98ddbde4d941c2aceb2e990e0368fbf [file] [log] [blame]
#include <stdio.h>
void main(int argc)
{
printf("Hello world");
}