Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

config.json
{
  "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"
    ],
    "test": [
      "tests/sublist.rs"
    ],
    "example": [
      ".meta/example.rs"
    ]
  }
}