Hello-World
Hello-World copied to clipboard
Add HelloWorld for any other language not covered here
I want to work on this issue
Please see PR #93
Skip is another language to add: http://skiplang.com/docs/hello_world.html
Also, emojicode: https://gist.github.com/ed55f9a6f2f738634f74
I want to add hello world in React as it is not done yet.
// This is Verilog Program //----------------------------------------------------- module hello_world ;
initial begin $display ("Hello World!"); #10 $finish; end
endmodule
I would like to add Hello world in VBScript.