trishan9 / HelloWorld

Hello World Program in All Programming Languages | HacktoberFest - 2024 😎
MIT License
13 stars 78 forks source link

consider adding Elm programming language #78

Open git-create-devben opened 1 year ago

git-create-devben commented 1 year ago

Elm is a programming language that compile to JavaScript

Hello world in Elm example:

module HelloWorld exposing (main)

main = text "Hello, World!"

elm make HelloWorld.elm

please assign me I'll be happy to work on it.

trishan9 commented 1 year ago

Ok its sounds great @git-create-devben

trishan9 commented 1 year ago

I have assigned this issue to you @git-create-devben

trishan9 commented 1 year ago

Happy Contribution