Created
June 2, 2019 21:58
-
-
Save jjuliano/5315a07a25176e96de7c13032e919888 to your computer and use it in GitHub Desktop.
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 characters
var basket = make([]bool,len(fruits)) | |
for i := 0; i < len(fruits); i++ { | |
basket[i] = len(fruits[i]) > length | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment