1 2 3 4 5 6
module card7seg(input logic [3:0] card, output logic [6:0] seg7); // your code goes here endmodule