Skip to content

Instantly share code, notes, and snippets.

@guilhermewop
Created September 12, 2012 21:34
Show Gist options
  • Save guilhermewop/3710092 to your computer and use it in GitHub Desktop.
Save guilhermewop/3710092 to your computer and use it in GitHub Desktop.
Resposta para a vida o universo e tudo mais
/* A resposta para a vida o universo e tudo mais = 42. Douglas Adams (Guia do mochileiro das galáxias)
*
* Google: https://www.google.com/webhp?sourceid=chrome-instant&ie=UTF-8&ion=1#hl=pt-BR&safe=off&sclient=psy- ab&q=resposta%20para%20a%20vida%20o%20universo%20e%20tudo%20mais&oq=&gs_l=&pbx=1&fp=e8f2ebbc99d26e1a&ion=1&bav=on.2,or.r_gc.r_pw.r_cp.r_qf.&biw=1920&bih=915
*
* What the fuck Javascript: http://wtfjs.com/2011/11/11/the-universe-answers-and-JavaScript-still-makes-us-wtf
*/
var resposta = "3" -+-+-+ "1" + "1" / "3" * "6" + "2";
alert(resposta);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment