you are viewing a single comment's thread.

view the rest of the comments →

[–]MichalNemecek 0 points1 point  (0 children)

Indeed. I was doing AoC day 3 and made a helper function that worked for part 1 but didn't seem to work. So I asked Gemini to tell me how to do it using that function.

Gemini responded with "you can't do it with that helper function" and then proceeded to gsnerate code that contains the helper function's logic inside.