1
0

3 lines
43 B
Verilog

module e;
always #1 $write("e");
endmodule