mirror of
https://github.com/bootdotdev/fcc-learn-golang-assets.git
synced 2025-12-20 12:11:17 +00:00
9 lines
188 B
JSON
9 lines
188 B
JSON
{
|
|
"question": "What was created after running 'go build'?",
|
|
"answers": [
|
|
"An executable file named 'hellogo'",
|
|
"An executable file named main",
|
|
"A package named cmd"
|
|
]
|
|
}
|