diff --git a/Introduction/counter/counter.v b/Introduction/counter/counter.v index 901e3a0..0f0953f 100644 --- a/Introduction/counter/counter.v +++ b/Introduction/counter/counter.v @@ -11,6 +11,5 @@ module counter ( else count <= count + 1; end -); endmodule \ No newline at end of file