Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 804 Bytes

challenge.md

File metadata and controls

22 lines (12 loc) · 804 Bytes

Day 3: Fuzzy or not?

Today is another day on the production of the toys and Santa summoned you earlier to talk to you directly about a special assignment. 📦

He is still working on the delivery organization and from time to time likes to optimize his older system.

He has written some tests and just heard about a technique called Fuzzing. 💫

He wonders how to apply this principle to the code below...

snippet of the day

Let's try to help him. 🎅

Of course any help optimizing the program is welcome as well.

✅🚀 Challenge: Use fuzzing in the tests... 🚀✅

  • 💡HINT: What is necessary to test.

Proposed Solution

Proposed Solution Guide