blob: 2f5ff54b227e582e06fcc8bc7298fb19954b4a56 [file] [log] [blame]
#include <stdio.h>
main()
{
printf("Hello World!!\n");
}