- 👋 Hi, I’m @Rahul93p
- 👀 I’m interested in ...
- 🌱 I’m currently learning ...
- 💞️ I’m looking to collaborate on ...
- 📫 How to reach me ...
echo "# Rahul93p" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/Rahul93p/Rahul93p.git git push -u origin main