code icon indicating copy to clipboard operation
code copied to clipboard

Ch2: needle-in-haystack.rs is missing

Open Nicodile opened this issue 2 years ago • 1 comments

code for needle-in-haystack is missing. I wanted to double check here as the octal 0o204; doesnt match anything and prints nothing to the console.

Nicodile avatar May 25 '22 10:05 Nicodile

It prints out nothing in the console because none of the items in the haystack array is equal to the needle variable. Add 132 to the haystack array and you'll see a print out in the console.

nellyisanon avatar May 29 '22 23:05 nellyisanon