Hello-World icon indicating copy to clipboard operation
Hello-World copied to clipboard

Add HelloWorld for any other language not covered here

Open blackbird71SR opened this issue 7 years ago • 6 comments

blackbird71SR avatar Oct 03 '18 03:10 blackbird71SR

I want to work on this issue

prekshajagetiya123 avatar Oct 03 '18 06:10 prekshajagetiya123

Please see PR #93

manuelcoppotelli avatar Oct 03 '18 08:10 manuelcoppotelli

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

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

bhansconnect avatar Oct 04 '18 02:10 bhansconnect

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

rajeev1202 avatar Oct 26 '18 17:10 rajeev1202

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

initial begin $display ("Hello World!"); #10 $finish; end

endmodule

oznotes avatar Apr 07 '19 15:04 oznotes

I would like to add Hello world in VBScript.

the-kaustubh avatar Sep 28 '19 05:09 the-kaustubh