---
0#include <stdio.h> 1#include <string.h> 2 3 4int main() { 5 6 printf("Hello\n"); 7 return 0; 8} 9