GitXplorerGitXplorer
V

hello-world

public
1 stars
0 forks
4 issues

Commits

List of commits on branch main.
Verified
4844744c12d2dcb351393a9f6d776ffad6b74107

Merge pull request #33 from V3lop5/dependabot/github_actions/actions/checkout-3

VV3lop5 committed 3 years ago
Verified
45ddda3561d569b42f302d95f7a89b5b2468c936

Bump actions/checkout from 2.4.0 to 3

ddependabot[bot] committed 3 years ago
Verified
878cf7c00d489f5d775e02f52fa102a7049f0335

Merge pull request #31 from V3lop5/dependabot/gradle/Kotlin/kotlin-gradle/org.jetbrains.kotlin.jvm-1.6.10

VV3lop5 committed 3 years ago
Verified
a10c7b2152fa358dba583acd08d11b9d5e7e9ef0

Merge pull request #32 from V3lop5/dependabot/gradle/Kotlin/kotlin-gradle-kts/jvm-1.6.10

VV3lop5 committed 3 years ago
Verified
1bdbcf3c097e8f5824c48a79bff759af3161f112

Bump jvm from 1.6.0 to 1.6.10 in /Kotlin/kotlin-gradle-kts

ddependabot[bot] committed 3 years ago
Verified
bd899c80ac8f45878b33cc9b9a6935470dccafc8

Bump org.jetbrains.kotlin.jvm in /Kotlin/kotlin-gradle

ddependabot[bot] committed 3 years ago

README

The README file for this repository.

Hello World!

... in many computer languages.

This Repository contains programs written in many different computer languages producing Hello World! as output. It is similar to leachim6/hello-world except that this repository includes fully working and runnable sample projects. These projects are tested with docker whenever possible.

This project also includes a README.md for each computer language with usefull information and links to get started.

Feel free to contribute!

Structure of Repository

language/
|--- HelloWorld-<language>
|--- README.md
|--- example-project/

Every computer language has its own folder named after it. The folder contains a file named HelloWorld-<language name> with an example printing Hello World! to console. The README.md file contains information about the language and useful links. In any case it should contain the release date, what the language is designed for, supported operating systems, a introduction how to build and run the code and a short guide (or link to a guide) for getting in touch with this language for the first time.

Contributing

Feel free to contribute. Thats all for now. Just open a PR and add a new language and create the README.md.

If you want to add or update a example project feel free to do so! When possible add a Dockerfile to build the program from source and creating a image to execute the program. You might checkout example projects of popular computer languages like Java or Kotlin to see how its done. You might also update the configuration of Dependabot if its supports your build system.