- 🔭 I'm currently doing
App Developmentwithflutteranddart - 👲 Software Developer
- I'm currently learning
FlutterML - 👯I'm looking to collaborate on ML-App Development projects.
📝 My Tech Articles
My Toughts
Life myLife = new Life();
myLife.startLife();
while ( !myLife.isSuccess() )
myLife.tryAgain();
if (myLife.death()){
break;
}
}
You must finish what you start and finish it well!