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": "Reverse a string",
  "authors": [
    "coriolinus"
  ],
  "contributors": [
    "cbzehner",
    "ccouzens",
    "cwhakes",
    "efx",
    "ErikSchierboom",
    "hunger",
    "lutostag",
    "ocstl",
    "petertseng",
    "rofrol",
    "rrredface",
    "stringparser",
    "TheDarkula",
    "xakon",
    "ZapAnton"
  ],
  "files": {
    "solution": [
      "src/lib.rs"
    ],
    "test": [
      "tests/reverse-string.rs"
    ],
    "example": [
      ".meta/example.rs"
    ]
  },
  "source": "Introductory challenge to reverse an input string",
  "source_url": "https://medium.freecodecamp.org/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb"
}