mirror of
https://github.com/ArthurDanjou/exercism-rust.git
synced 2026-02-04 05:57:53 +01:00
Initial commit
This commit is contained in:
42
parallel-letter-frequency/.exercism/config.json
Normal file
42
parallel-letter-frequency/.exercism/config.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"blurb": "Count the frequency of letters in texts using parallel computation.",
|
||||
"authors": [
|
||||
"EduardoBautista"
|
||||
],
|
||||
"contributors": [
|
||||
"andrewclarkson",
|
||||
"ashleygwilliams",
|
||||
"ccouzens",
|
||||
"ClashTheBunny",
|
||||
"coriolinus",
|
||||
"cwhakes",
|
||||
"EduardoBautista",
|
||||
"efx",
|
||||
"ErikSchierboom",
|
||||
"etrepum",
|
||||
"glennpratt",
|
||||
"IanWhitney",
|
||||
"kytrinyx",
|
||||
"lutostag",
|
||||
"mkantor",
|
||||
"nfiles",
|
||||
"petertseng",
|
||||
"rofrol",
|
||||
"sjwarner-bp",
|
||||
"stringparser",
|
||||
"xakon",
|
||||
"ZapAnton"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"src/lib.rs",
|
||||
"Cargo.toml"
|
||||
],
|
||||
"test": [
|
||||
"tests/parallel-letter-frequency.rs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.rs"
|
||||
]
|
||||
}
|
||||
}
|
||||
1
parallel-letter-frequency/.exercism/metadata.json
Normal file
1
parallel-letter-frequency/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"rust","exercise":"parallel-letter-frequency","id":"eeb70666f1ea4f71b7f7a8fbed571e36","url":"https://exercism.org/tracks/rust/exercises/parallel-letter-frequency","handle":"ArthurDanjou","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user