diff --git a/cgi-bin/uebung08/list-words.php b/cgi-bin/uebung08/list-words.php index 38dbbb6..822082c 100644 --- a/cgi-bin/uebung08/list-words.php +++ b/cgi-bin/uebung08/list-words.php @@ -4,6 +4,7 @@ require_once(__DIR__ . "/hangman_lib.php"); $arr = getAllWords(); +echo $arr; echo <<