配置通道和并发 goroutine 以通过动态迷宫路由数据。
第一级需要将输入通道连接到输出通道。从只读通道“in”读取整数值并将其直接发送到只写通道“out”。
Learn the fundamental concepts in the Go course to solve this challenge.
Write Go code to route data through channels.