blackbird71SR / Hello-World

Hello World in all possible programmnig languages
https://blackbird71sr.github.io/Hello-World/
MIT License
670 stars 1.79k forks source link

Add HelloWorld for any other language not covered here #64

Open blackbird71SR opened 6 years ago

prekshajagetiya123 commented 6 years ago

I want to work on this issue

manuelcoppotelli commented 6 years ago

Please see PR #93

bhansconnect commented 6 years ago

Skip is another language to add: http://skiplang.com/docs/hello_world.html

Also, emojicode: https://gist.github.com/ed55f9a6f2f738634f74

rajeev1202 commented 6 years ago

I want to add hello world in React as it is not done yet.

oznotes commented 5 years ago

// This is Verilog Program //----------------------------------------------------- module hello_world ;

initial begin $display ("Hello World!");

10 $finish;

end

endmodule

the-kaustubh commented 5 years ago

I would like to add Hello world in VBScript.