Skip to content

Instantly share code, notes, and snippets.

@nickkeers
Created September 6, 2009 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickkeers/181918 to your computer and use it in GitHub Desktop.
Save nickkeers/181918 to your computer and use it in GitHub Desktop.
A git welcome
<?php
echo "Testing git's pastie feature";
$arr = Array("Hello","there","Jeff","from","git!");
for((int)$i = 0; $i < sizeof($arr); $i++) {
echo $arr[$i]." ";
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment