mirror of
https://github.com/bootdotdev/fcc-learn-golang-assets.git
synced 2025-12-21 04:31:17 +00:00
9 lines
161 B
JSON
9 lines
161 B
JSON
{
|
|
"question": "What happens when you run './hellogo'?",
|
|
"answers": [
|
|
"'hello world' is printed",
|
|
"The program panics",
|
|
"The code compiles"
|
|
]
|
|
}
|