Welcome to Hello World under HashSlap Summer of Code! This repo is perfect for your first contribution.
- Fork the repository.
- Clone your fork:
git clone https://github.com/<your-username>/hello-world.git
3. **Create a new branch**:
```bash
git checkout -b add-hello-in-language
-
Add your code:
- Write a simple "Hello, World!" program.
- Place it in the correct folder or name it like
hello.language.
-
Commit your changes:
git commit -m "Add Hello World in Rust" -
Push and open a Pull Request:
git push origin add-hello-in-language
- Add a brief description and mention the language used.
- Only one file per language.
- Avoid duplicates — check if it already exists.
- Use clean and readable code.
- Follow the filename format:
hello.py,hello.c, etc.
Need help? Join our Discord or check the starter pack.
Happy Hacking! 💻✨