#include <stdio.h>
void attack(){while (1){printf("Hello\n");}getchar();}int main(){int arr[5] = { 0 };arr[6] = (int)attack;return 0;}