Last active
August 29, 2015 14:07
-
-
Save clarkeash/d72d1ef9ab95fea321c0 to your computer and use it in GitHub Desktop.
16-October-sample-post
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
echo "hey, there!"; | |
?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let intro = "Hello" | |
println("\(intro) World") | |
//p.s. not writing semi-colons is hard! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment