An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# HellWrld
![hellwrld2](https://github.com/user-attachments/assets/336cc941-6c69-4d8e-ac9b-3f1af30505ee)

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