https://github.com/vdanielvpl/hellwrld
HellWrld is a small, useless program written in Rust that prints "HELLO WORLD" by alphabetically comparing letters.
https://github.com/vdanielvpl/hellwrld
console-application hello-world windows windows-10 windows-11
Last synced: about 2 months ago
JSON representation
HellWrld is a small, useless program written in Rust that prints "HELLO WORLD" by alphabetically comparing letters.
- Host: GitHub
- URL: https://github.com/vdanielvpl/hellwrld
- Owner: VdanielVPL
- License: gpl-3.0
- Created: 2025-01-30T15:35:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T14:22:17.000Z (about 1 year ago)
- Last Synced: 2025-04-03T15:29:21.161Z (about 1 year ago)
- Topics: console-application, hello-world, windows, windows-10, windows-11
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HellWrld

**HellWrld** is a small, useless program written in Rust that prints ***"HELLO WORLD"***. It does this in an interesting way by comparing the letters of the alphabet, creating a unique effect.
## How to Run
1. Clone the repository:
```bash
git clone https://github.com/VdanielVPL/HellWrld.git
```
2. Navigate to the project directory:
```bash
cd HellWrld
```
3. Run the program:
```bash
cargo run
```
## License
This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.