diff --git a/src/Cli.php b/src/Cli.php index 029a116..78af8d5 100644 --- a/src/Cli.php +++ b/src/Cli.php @@ -12,6 +12,3 @@ function greeting() line("Hello, %s!", $name); return $name; } -function askQuestion(string $question){ - -} \ No newline at end of file