I'm Vishal Kurve, a passionate developer from India.
- 🔭 I’m currently working on: Becoming the Best version of Myself
- 🌱 I’m currently learning: Data Structures and Algorithms and AI/ML
- 👯 I’m looking to collaborate on: Web Development projects
- 🤔 I’m looking for help with: Machine Learning
- 💬 Ask me about: DSA, C++, and anything related to Tech
- 😄 Pronouns: He/Him
- ⚡ Fun fact: I enjoy programming and love to explore new technologies. I'm a tinkerer!
|
|
#include <iostream>
using namespace std;
int main() {
bool alive=true;
while(alive){
code();
Hustle();
}
}