Back to notes -- Keyboard shortcut: 'u'  previous -- Keyboard shortcut: 'p'  next -- Keyboard shortcut: 'n'  Slide program -- Keyboard shortcut: 't'    The function initHangman of main.Lecture 1 - slide 3 : 22
Program 3
void initHangman (void){
  srand(time(NULL));
  initPuzzles("puzzles.txt");
}