Skip to content

Commit

Permalink
Create HelloWorldFromKostadinKostov
Browse files Browse the repository at this point in the history
Hello world function from Kostadin Kostov 1001261079
  • Loading branch information
KostadinD committed Mar 10, 2013
1 parent dcd3670 commit 780cbc1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions HelloWorldFromKostadinKostov
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

function Hello($name)
{
print "Hello world from " + name;
}

Hello('Kostadin Kostov')
?>

0 comments on commit 780cbc1

Please sign in to comment.