GitXplorerGitXplorer
V

hello-world

public
1 stars
0 forks
4 issues

Commits

List of commits on branch main.
Verified
f3e0ea92537b004fe08670876a20479641abbe14

Merge pull request #29 from V3lop5/dependabot/gradle/Kotlin/kotlin-gradle-kts/jvm-1.6.0

VV3lop5 committed 3 years ago
Verified
612eca7451223d88c7853a5479c076a455983d12

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

VV3lop5 committed 3 years ago
Verified
550541a1a5c7cd0eb2641073471265e5454d7968

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

ddependabot[bot] committed 3 years ago
Verified
52b8814c8b7b6784c54b98231ad431fd0c6247d5

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

ddependabot[bot] committed 3 years ago
Verified
c63f9b1bb8bb04b914b52fc44247abe1a44dcaf6

Merge pull request #27 from V3lop5/dependabot/github_actions/actions/checkout-2.4.0

VV3lop5 committed 3 years ago
Verified
d8b08ec73d749a5e1e1c3e4cdb10a6620c95b44d

Bump actions/checkout from 2.3.5 to 2.4.0

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.