This commit is contained in:
Rorik Star Platinum 2025-12-04 21:54:00 +03:00
parent d3bfaf4131
commit a1afa1e16b
7 changed files with 396 additions and 0 deletions

View file

@ -0,0 +1,37 @@
{
"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"
]
},
"blurb": "Write a function to determine if a list is a sublist of another list."
}