Skip to content

Commit

Permalink
arreglo el shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
JaviLopezM committed Sep 28, 2015
1 parent 6722bff commit 52ee1b4
Showing 1 changed file with 4 additions and 2 deletions.
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";

0 comments on commit 52ee1b4

Please sign in to comment.