import consumer as c; import producer::producer; comp main() { channel output -> input; new c::consumer(input); new producer(output); }