diff --git a/00-hello_world/hello_world.v b/00-hello_world/hello_world.v new file mode 100644 index 0000000..2024ea2 --- /dev/null +++ b/00-hello_world/hello_world.v @@ -0,0 +1,6 @@ +module hello_world; + initial begin + $display ("Hello World"); + $finish; + end +endmodule \ No newline at end of file