GitXplorerGitXplorer
V

hello-world

public
1 stars
0 forks
4 issues

Commits

List of commits on branch main.
Verified
359d188d9f1258238abb81d9b315f697140ae833

Merge pull request #26 from V3lop5/dependabot/github_actions/actions/checkout-2.3.5

VV3lop5 committed 3 years ago
Verified
3311a98efd25dc9c3069178fe77a13364903c960

Bump actions/checkout from 2.3.4 to 2.3.5

ddependabot[bot] committed 3 years ago
Verified
c05829216f623e0b8a7eae4fee71b3c19657f16b

Merge pull request #25 from V3lop5/dependabot/gradle/Java/java-gradle/org.junit.jupiter-junit-jupiter-api-5.8.1

VV3lop5 committed 3 years ago
Verified
8f3a5571a2e936659aac1dc1a81e5376e0c521ec

Bump junit-jupiter-api from 5.8.0 to 5.8.1 in /Java/java-gradle

ddependabot[bot] committed 3 years ago
Verified
4a74835f2c39e91e5c142792416261f28884a770

Merge pull request #24 from V3lop5/dependabot/gradle/Kotlin/kotlin-gradle-kts/jvm-1.5.31

VV3lop5 committed 3 years ago
Verified
de4479cc15588fcf1d79dfc913f2d6e57b512134

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

VV3lop5 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.