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": "Implement a clock that handles times without dates.",
  "authors": [
    "sacherjj"
  ],
  "contributors": [
    "attilahorvath",
    "coriolinus",
    "cwhakes",
    "danieljl",
    "eddyp",
    "efx",
    "ErikSchierboom",
    "felix91gr",
    "kunaltyagi",
    "lutostag",
    "nfiles",
    "petertseng",
    "rofrol",
    "shaaraddalvi",
    "stringparser",
    "tmccombs",
    "xakon",
    "ZapAnton"
  ],
  "files": {
    "solution": [
      "src/lib.rs"
    ],
    "test": [
      "tests/clock.rs"
    ],
    "example": [
      ".meta/example.rs"
    ]
  },
  "source": "Pairing session with Erin Drummond",
  "source_url": "https://twitter.com/ebdrummond"
}