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 7815a8d + 3607c29 commit 6722bff
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 1 deletion.
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";
3 changes: 3 additions & 0 deletions Manelhuguet/helloworld
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php
echo "Hello World\n";

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

echo "Hello World!";
2 changes: 2 additions & 0 deletions paolodavila/helloworld
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/php

<? php

echo "Hello World";
Expand Down
3 changes: 2 additions & 1 deletion roger/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";
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
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 6722bff

Please sign in to comment.