Open blackbird71SR opened 6 years ago
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!");
end
endmodule
I would like to add Hello world in VBScript.
I want to work on this issue