Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Institut-Ebre/2DAM2015_16
Browse files Browse the repository at this point in the history
  • Loading branch information
JaviLopezM committed Sep 28, 2015
2 parents 52ee1b4 + 8026e22 commit 97361e9
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 16 deletions.
4 changes: 0 additions & 4 deletions AdamAlvarado/helloword

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions albertmayor/helloworld

This file was deleted.

3 changes: 0 additions & 3 deletions helloworld

This file was deleted.

7 changes: 6 additions & 1 deletion max/helloworld/helloworld.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/usr/bin/php
<?php

echo "Hello World!";
$n1 = 10;
$n2 = 3;

$value = 10 + 3;

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

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


1 change: 1 addition & 0 deletions simongonzalez/helloworld
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/php
<? php

eccho "Hello World./n";

0 comments on commit 97361e9

Please sign in to comment.