Just a commit
This commit is contained in:
13
php/hello-world/hello-world.php
Normal file
13
php/hello-world/hello-world.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
//
|
||||
// This is only a SKELETON file for the "Hello World" exercise.
|
||||
// It's been provided as a convenience to get you started writing code faster.
|
||||
//
|
||||
|
||||
function helloWorld($name = null)
|
||||
{
|
||||
//
|
||||
// YOUR CODE GOES HERE
|
||||
//
|
||||
}
|
Reference in New Issue
Block a user