mirror of
https://github.com/ArthurDanjou/exercism-rust.git
synced 2026-01-29 11:20:28 +01:00
Initial commit
This commit is contained in:
37
sublist/.exercism/config.json
Normal file
37
sublist/.exercism/config.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"blurb": "Write a function to determine if a list is a sublist of another list.",
|
||||
"authors": [
|
||||
"EduardoBautista"
|
||||
],
|
||||
"contributors": [
|
||||
"ashleygwilliams",
|
||||
"coriolinus",
|
||||
"cwhakes",
|
||||
"eddyp",
|
||||
"EduardoBautista",
|
||||
"efx",
|
||||
"ErikSchierboom",
|
||||
"IanWhitney",
|
||||
"kytrinyx",
|
||||
"lutostag",
|
||||
"mkantor",
|
||||
"nfiles",
|
||||
"petertseng",
|
||||
"rofrol",
|
||||
"stringparser",
|
||||
"xakon",
|
||||
"ZapAnton"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"src/lib.rs",
|
||||
"Cargo.toml"
|
||||
],
|
||||
"test": [
|
||||
"tests/sublist.rs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.rs"
|
||||
]
|
||||
}
|
||||
}
|
||||
1
sublist/.exercism/metadata.json
Normal file
1
sublist/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"rust","exercise":"sublist","id":"fae3987b02fd4ddba52b6e5639e75dcf","url":"https://exercism.org/tracks/rust/exercises/sublist","handle":"ArthurDanjou","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user