Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
pub fn factors(n: u64) -> Vec<u64> { unimplemented!("This should calculate the prime factors of {}", n) }