Skip to content

👋Creating all of the hello worlds!

License

Notifications You must be signed in to change notification settings

derk78/hello-worlds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Worlds

Creating hello world in a different programming language... everyday... for all of eternity.

Resources

Before we get started, special thanks to the following:

Dear God, Why?

Because learning. S'why.

Contributing

Want to contribute to our little project? Take a look at some of our existing examples, take a crack at any language, and submit a pull request.

We are by no means experts, so if you see something that can be improved upon, please let us know (or submit a pull request with the changes yourself)!

Functionality

We haven't exactly established many rules, but here are some guidelines that we are trying to adhere pretty strictly to with each implementation:

  • The script should print hello, world (underscore, in the style of the first hello world implementation in the B programming language)
  • Command line implementations only, unless explicitly impossible due to language constraints
  • Unless it is absolutely, 100% necessary, do not use third party libraries or packages. Try to use standard libraries whenever possible.
  • All submissions should have an appropriate Makefile to build the source (where applicable)

README Files

All submissions should have a README file that uses the following format:

# Language-Name

An implementation of `hello, world` in the `Language-Name` programming language.

## Dependencies

- List of dependencies, if any

## Compilation

Compilation instructions using the `make` command or other build tools (where applicable)

## Usage

Usage instructions for running the script

## Contributing

To contribute to this project, please see the [CONTRIBUTING.md](CONTRIBUTING.md) file.

## License

This project is licensed under the MIT License. For more information, please see the [LICENSE](LICENSE) file.

About

👋Creating all of the hello worlds!

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 42.6%
  • JavaScript 26.1%
  • Makefile 20.7%
  • Shell 10.6%