Last active
December 29, 2015 05:29
-
-
Save mattboldt/7621795 to your computer and use it in GitHub Desktop.
Test: Multiple files in Gist
This file contains 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
def test | |
print "hello" | |
end |
This file contains 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
def test | |
print "hello #2" | |
end |
This file contains 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
function hello(){ | |
alert("sup?"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment