Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Add HelloWorld for any other language not covered here #64

Open
blackbird71SR opened this issue Oct 3, 2018 · 6 comments
Open

Add HelloWorld for any other language not covered here #64

blackbird71SR opened this issue Oct 3, 2018 · 6 comments
Labels
good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@blackbird71SR
Copy link
Owner

No description provided.

@blackbird71SR blackbird71SR added help wanted Extra attention is needed good first issue Good for newcomers hacktoberfest labels Oct 3, 2018
@prekshajagetiya123
Copy link
Contributor

I want to work on this issue

@manuelcoppotelli
Copy link

Please see PR #93

@bhansconnect
Copy link

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

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

@rajeev1202
Copy link

rajeev1202 commented Oct 26, 2018

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

@Hamelatoire Hamelatoire mentioned this issue Oct 30, 2018
5 tasks
@oznotes
Copy link

oznotes commented Apr 7, 2019

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

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

endmodule

@the-kaustubh
Copy link

I would like to add Hello world in VBScript.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

7 participants