https://github.com/staff6773/ways-to-make-a-hello-world
This repository should not exist delete this
https://github.com/staff6773/ways-to-make-a-hello-world
Last synced: about 2 months ago
JSON representation
This repository should not exist delete this
- Host: GitHub
- URL: https://github.com/staff6773/ways-to-make-a-hello-world
- Owner: staFF6773
- Created: 2024-07-01T03:18:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T03:42:39.000Z (10 months ago)
- Last Synced: 2025-01-13T22:18:16.026Z (4 months ago)
- Language: Ruby
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ways-to-make-a-hello-world
This repository collects a fascinating variety of extremely unnecessary methods for printing "Hello, World" in various programming languages. These examples were selected for their creativity and weirdness, and although you will probably never need them in a real project, they can be interesting to explore the idiosyncrasies of each language.
## List of available programming languages
In this list there are all the examples of how not to make a hello world but in different programming languages.
- [golang](https://github.com/staFF6773/ways-to-make-a-hello-world/tree/main/golang)
- [javaScript](https://github.com/staFF6773/ways-to-make-a-hello-world/tree/main/javaScript)
- [rubylang](https://github.com/staFF6773/ways-to-make-a-hello-world/tree/main/rubylang)## Purpose
The main purpose of this repository is to provide a fun and unconventional perspective on how a task as simple as printing a basic greeting can be performed in different programming environments. Each code snippet here presents a unique and often quirky solution to the classic "Hello, World" problem.
## Content
In this repository you will find:
- Examples in well-known and lesser-known programming languages.
- Methods that use obscure or little-used features of the language.
- Solutions that defy common conventions and show the versatility of the code.## Warning
Warning! Most of these examples are purely educational and should not be considered best practices for actual software development. Some may even break style conventions and good programming practices.
## Contributions
Contributions are welcome! If you have a peculiar or quirky method for printing "Hello, World" in some programming language and want to share it, feel free to send a pull request. This repository thrives on creativity and diversity in the programming world.