Skip to content

Instantly share code, notes, and snippets.

@smith-kyle
Created September 24, 2013 01:24
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 smith-kyle/6679221 to your computer and use it in GitHub Desktop.
Save smith-kyle/6679221 to your computer and use it in GitHub Desktop.
<?php
//This is a comment
$numbers = array(1,2,3,4,5);
print_r($numbers);
echo "Hello CSE 360";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment