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": "Given a word and a list of possible anagrams, select the correct sublist.",
  "authors": [
    "EduardoBautista"
  ],
  "contributors": [
    "andrewclarkson",
    "ashleygwilliams",
    "bobahop",
    "chancancode",
    "ClashTheBunny",
    "coriolinus",
    "cwhakes",
    "Dimkar3000",
    "EduardoBautista",
    "efx",
    "ErikSchierboom",
    "gris",
    "IanWhitney",
    "kytrinyx",
    "lutostag",
    "mkantor",
    "nfiles",
    "petertseng",
    "pminten",
    "quartsize",
    "rofrol",
    "stevejb71",
    "stringparser",
    "xakon",
    "ZapAnton"
  ],
  "files": {
    "solution": [
      "src/lib.rs"
    ],
    "test": [
      "tests/anagram.rs"
    ],
    "example": [
      ".meta/example.rs"
    ]
  },
  "source": "Inspired by the Extreme Startup game",
  "source_url": "https://github.com/rchatley/extreme_startup"
}