Just type the assignment statement to connect the input and output as specified.
module top_module(input a, output y); assign y = a; endmodule