How do you plan to solve it?
continuous wire is there so i go with the assign (data flow method)
module top_module(input a, output y); assign y = a; endmodule