// FiLe Name:Project2A.v (Robbie)
module Project2A(
	input [2:0] SW,
	output [6:0] HEX1, HEX0
	);
	
endmodule // Project2A