Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Davila committed Sep 28, 2015
2 parents ffe9b44 + ba32f0e commit 4cb7d29
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 3 deletions.
1 change: 1 addition & 0 deletions AdamAlvarado/helloword
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#/usr/bin/php
<?php

echo "Hello Word \n";
2 changes: 2 additions & 0 deletions German/helloworld.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
echo "Hello World";
2 changes: 0 additions & 2 deletions helloworld → albertmayor/helloworld
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<?php

echo "Hello World";


2 changes: 2 additions & 0 deletions javiLopez/helloworld.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
echo "Hello World";
3 changes: 3 additions & 0 deletions marcdomenech/helloworld.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/php
<? php
echo "Hello World \n";
5 changes: 5 additions & 0 deletions oscarduran/helloworld
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

echo "Hello Wolrd!!!!\n";


File renamed without changes.
3 changes: 3 additions & 0 deletions simongonzalez/helloworld
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<? php

eccho "Hello World./n";
3 changes: 2 additions & 1 deletion yvesnavarro/helloworld
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/php
<?php

echo "Hello World";
echo "Hello World\n";

5 changes: 5 additions & 0 deletions yvesnavarro/helloworld.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/php
<?php

echo "Hello World"."\n";

0 comments on commit 4cb7d29

Please sign in to comment.