Files
bootdotdev-fcc-learn-golang…/course/12-local_development/exercises/8a-go_build/multiple_choice.json
wagslane 9be3074de6 first
2023-05-01 15:25:27 -06:00

9 lines
161 B
JSON

{
"question": "What happens when you run './hellogo'?",
"answers": [
"'hello world' is printed",
"The program panics",
"The code compiles"
]
}