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
DanielDolz committed Sep 28, 2015
2 parents cebb152 + 33f467e commit e68a9fe
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 deletions.
4 changes: 0 additions & 4 deletions AdamAlvarado/helloword

This file was deleted.

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

Empty file removed PauFores/.gitkeep
Empty file.
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";
6 changes: 4 additions & 2 deletions javiLopez/helloworld.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#:/usr/bin/php
echo "Hello World";
#!/usr/bin/php
<?php

echo "Hello World\n";
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";

0 comments on commit e68a9fe

Please sign in to comment.