mirror of
https://github.com/ArthurDanjou/exercism-rust.git
synced 2026-02-04 05:57:53 +01:00
19 lines
327 B
JSON
19 lines
327 B
JSON
{
|
|
"blurb": "Learn tuples while writing convenience functions for a low-power embedded game",
|
|
"authors": [
|
|
"coriolinus"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"src/lib.rs",
|
|
"Cargo.toml"
|
|
],
|
|
"test": [
|
|
"tests/low-power-embedded-game.rs"
|
|
],
|
|
"exemplar": [
|
|
".meta/exemplar.rs"
|
|
]
|
|
}
|
|
}
|