4 lines
114 B

  1. gcc src/*.c -o quiz-game
  2. gcc unittests/*.c src/functions.c -I src -o unittests-exec
  3. ./unittests-exec
  4. ./quiz-game