MAIN()
#include <time.h>
#include <stdio.h>
#include <stdlib.h>
#include «hangman.h»
int main (void)
{
// проверка is_word_guessed
printf(«%d\n», is_word_guessed(«secret», «aeiou»)); // 0
printf(«%d\n», is_word_guessed(«hello», «aeihoul»)); // 1
printf(«\n»);
// проверка get_guessed_word
char result[30];
get_guessed_word(«container», «arpst…