mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 15:20:48 -05:00
22 lines
408 B
JSON
22 lines
408 B
JSON
{
|
|
"authors": [
|
|
"sachsom95",
|
|
"BethanyG"
|
|
],
|
|
"contributors": [
|
|
"kbuc"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"conditionals.py"
|
|
],
|
|
"test": [
|
|
"conditionals_test.py"
|
|
],
|
|
"exemplar": [
|
|
".meta/exemplar.py"
|
|
]
|
|
},
|
|
"icon": "circular-buffer",
|
|
"blurb": "Learn about conditionals and avoid a meltdown by developing a simple control system for a Nuclear Reactor."
|
|
}
|