flower field inited
This commit is contained in:
parent
73261de92d
commit
aa34abb216
7 changed files with 419 additions and 0 deletions
39
rust/flower-field/.exercism/config.json
Normal file
39
rust/flower-field/.exercism/config.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"authors": [
|
||||
"EduardoBautista"
|
||||
],
|
||||
"contributors": [
|
||||
"ashleygwilliams",
|
||||
"coriolinus",
|
||||
"cwhakes",
|
||||
"EduardoBautista",
|
||||
"efx",
|
||||
"ErikSchierboom",
|
||||
"ffflorian",
|
||||
"IanWhitney",
|
||||
"keiravillekode",
|
||||
"kytrinyx",
|
||||
"lutostag",
|
||||
"mkantor",
|
||||
"nfiles",
|
||||
"petertseng",
|
||||
"rofrol",
|
||||
"stringparser",
|
||||
"workingjubilee",
|
||||
"xakon",
|
||||
"ZapAnton"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"src/lib.rs",
|
||||
"Cargo.toml"
|
||||
],
|
||||
"test": [
|
||||
"tests/flower_field.rs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.rs"
|
||||
]
|
||||
},
|
||||
"blurb": "Mark all the flowers in a garden."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue