From 9ee79cc94d21ddbcd89df70e757ef387e286bc4a Mon Sep 17 00:00:00 2001 From: maq23 Date: Thu, 2 Jun 2016 19:34:24 -0400 Subject: [PATCH 1/2] odd numbers file commit --- src/odd_numbers.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/odd_numbers.php diff --git a/src/odd_numbers.php b/src/odd_numbers.php new file mode 100644 index 0000000..fbf930f --- /dev/null +++ b/src/odd_numbers.php @@ -0,0 +1,16 @@ + \ No newline at end of file From 82dee9dd97e14cb05e871ce289e6872cd1fc8488 Mon Sep 17 00:00:00 2001 From: maq23 Date: Thu, 2 Jun 2016 19:42:06 -0400 Subject: [PATCH 2/2] odd nbrs file commit 2 --- src/odd_numbers.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/odd_numbers.php b/src/odd_numbers.php index fbf930f..b45832a 100644 --- a/src/odd_numbers.php +++ b/src/odd_numbers.php @@ -12,5 +12,4 @@ function odd_numbers(array $arrayInput) { if ($value % 2 !== 0 && is_int($value) === true) { $odd[] = $value; } - } - ?> \ No newline at end of file + } \ No newline at end of file