Initial Commit
This commit is contained in:
13
php/hamming/hamming.php
Normal file
13
php/hamming/hamming.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
//
|
||||
// This is only a SKELETON file for the "Hamming" exercise. It's been provided as a
|
||||
// convenience to get you started writing code faster.
|
||||
//
|
||||
|
||||
function distance($a, $b)
|
||||
{
|
||||
//
|
||||
// YOUR CODE GOES HERE
|
||||
//
|
||||
}
|
Reference in New Issue
Block a user