Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

prefer_used_to_unused.cpp
#include "prefer_used_to_unused.h"

int main() {
  return sampleFunc(5) + simpleFunc(5);
}