Files
bootdotdev-fcc-learn-golang…/course/15-generics/exercises/2-generics_why/multiple_choice.json
wagslane 9be3074de6 first
2023-05-01 15:25:27 -06:00

9 lines
223 B
JSON

{
"question": "Which code would generics be most likely to help with?",
"answers": [
"A binary tree",
"Calculating the area of a circle",
"Detecting whether or not a string contains a given substring"
]
}