Public context
What an implementation receives
# Resistor Color
Map the ten canonical color names to digit values.
Submit the complete source closure matching `interface.zli`. Public cases are examples, not an exhaustive specification. Do not use ambient I/O, time, random state, or undeclared capabilities.
Public interfaceZergLang
module benchmark_algorithm_resistor_color;
public value Solution {
public interpreted algorithm message solve(type: Class<Self>, input: Dynamic)
-> Dynamic effects {};
}
Official task history
Signed conformance observations
No official conformance run currently contains this task revision in its signed catalog.