uwu/uwu.v

6 lines
65 B
Coq
Raw Permalink Normal View History

2021-08-27 22:13:57 +00:00
module uwu;
initial begin
$display("uwu");
end
endmodule