Last active
December 28, 2015 12:59
-
-
Save gufranco-zz/7504869 to your computer and use it in GitHub Desktop.
Revisions
-
gufranco revised this gist
Nov 17, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ // https://www.facebook.com/photo.php?fbid=447072162065063&set=a.135862593186023.23269.135845729854376&type=1 // Feito com apenas 78 bytes. Quem faz com menos? ; ) for(i=1;i<9;)console.log(++i>8?'Ta na hora de molhar o biscoito':i^6?i:'meia') -
gufranco revised this gist
Nov 17, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ // https://www.facebook.com/photo.php?fbid=447072162065063&set=a.135862593186023.23269.135845729854376&type=1 // Feito com apenas 80 bytes. Quem faz com menos? ; ) for(i=2;i<=9;i++)console.log(i^6?i^9?i:'Ta na hora de molhar o biscoito':'meia') -
gufranco revised this gist
Nov 16, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ // https://www.facebook.com/photo.php?fbid=447072162065063&set=a.135862593186023.23269.135845729854376&type=1 // Feito com apenas 83 bytes. Quem faz com menos? ; ) for(i=2;i<=9;i++)console.log(i!=6?i!=9?i:'Ta na hora de molhar o biscoito':'meia') -
gufranco revised this gist
Nov 16, 2013 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,3 @@ // https://www.facebook.com/photo.php?fbid=447072162065063&set=a.135862593186023.23269.135845729854376&type=1 // Feito com apenas 83 bytes. Quem faz com menos? ; ) for(i=2;i<10;i++)console.log(i!=6?i!=9?i:'Ta na hora de molhar o biscoito':'meia') -
gufranco revised this gist
Nov 16, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,2 @@ // 83 bytes for(i=2;i<10;i++)console.log(i!=6?i!=9?i:'Ta na hora de molhar o biscoito':'meia') -
gufranco revised this gist
Nov 16, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,2 @@ // 84 bytes for(i=2;i<10;i++)console.log(i!=6?i!=9?i:'Ta na hora de molhar o biscoito':'meia'); -
gufranco created this gist
Nov 16, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ // 90 bytes for(i=2;i<9;i++)console.log(i!=6?i:'meia');console.log('Ta na hora de molhar o biscoito');