Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

p2.cppm
module;
#include "p2.h"
export module Y;
export namespace foo {
// We need to export something at least
void print();
} // namespace foo