- 🔍 I like to investigate new technologies and understand their implementation today
- 📈 I like to analyze and provide solutions with improvements in the projects I develop
- ✉️ How to reach me roman.haa31@gmail.com
- ☕ Coffee lover
Coffee coffee = new Coffee();
while ( sleepy() ){
if( coffee.Empty() ){
coffee.Refill();
System.out.println("to continue programming");
}else{
coffee.Drink();
}
}