Home Problems

module main(

input A,

input B,

input C_in,

output S,

output C_out);

endmodule