first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
require_once "../Helper/Input.php";
|
||||
|
||||
$name = input("Name");
|
||||
echo "Hello $name" . PHP_EOL;
|
||||
|
||||
$channel = input("Channel");
|
||||
echo $channel . PHP_EOL;
|
||||
Reference in New Issue
Block a user