How do you plan to solve it?
just too easy to solve
module top_module(input a, output y); assign y = a; endmodule