Last active
March 28, 2018 16:38
-
-
Save tegila/70fb73c9a1d93f7e67387ea2c1ec7db8 to your computer and use it in GitHub Desktop.
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
/* olá! */ | |
function DesenvolvedorWeb() { | |
return "Marcelo Paixão Resende"; | |
} | |
/* entre em contato */ | |
DesenvolvedorWeb.contato = { | |
celular: "(034) 99131-4105", | |
email: "[email protected]", | |
skype: "marcelopaixaoresende", | |
linkedin: "marcelopaixaoresende", | |
github: "marcelothebuilder" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment