Skip to content

Instantly share code, notes, and snippets.

@mattboldt
Last active December 29, 2015 05:29
Show Gist options
  • Save mattboldt/7621795 to your computer and use it in GitHub Desktop.
Save mattboldt/7621795 to your computer and use it in GitHub Desktop.
Test: Multiple files in Gist
def test
print "hello"
end
def test
print "hello #2"
end
function hello(){
alert("sup?");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment