Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexlliso committed Sep 28, 2015
2 parents 4f36fad + e68a9fe commit e0ed6ef
Show file tree
Hide file tree
Showing 16 changed files with 53 additions and 5 deletions.
Empty file added DanielDolz/helloworld.php
Empty file.
3 changes: 3 additions & 0 deletions German/helloworld.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#/usr/bin/php
<?php
echo "Hello World\n";
3 changes: 3 additions & 0 deletions Manelhuguet/helloworld.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php
echo "Hello World\n";

1 change: 0 additions & 1 deletion helloworld → PauFores/helloworld
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@

echo "Hello World";


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

<?php

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

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

$n1 = 10;
$n2 = 3;

$value = 10 + 3;

echo "La suma de ".$n1." i ".$n2." és ".$value."\n";
6 changes: 6 additions & 0 deletions oscarduran/helloworld
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/php
<?php

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


5 changes: 4 additions & 1 deletion paolodavila/helloworld
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/usr/bin/php

<? php

echo "Hello World";
echo "Hello World";

3 changes: 0 additions & 3 deletions roger/helloworld

This file was deleted.

3 changes: 3 additions & 0 deletions roger/helloworld.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#! /usr/bin/php
<?php
echo "hello world \n";
1 change: 1 addition & 0 deletions sergitur/helloworld
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/php
<?php

echo "Hello World\n";
Expand Down
4 changes: 4 additions & 0 deletions simongonzalez/helloworld
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/php
<? php

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

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 e0ed6ef

Please sign in to comment.