Skip to content

Latest commit

 

History

History
82 lines (65 loc) · 2.36 KB

README.md

File metadata and controls

82 lines (65 loc) · 2.36 KB

Hi 👋 , i am Gihan sudeepa

2nd year Software engineering Undergraduate

👨🏻‍💻  About Me

  • 🤔   A Robotics & Open Source enthusiast.
  • 🎓   Studying information technology course at SLIIT
  • 🌱   love reading books/manga and watching movies

To know more: Website, LinkedIn, Email

📚  projects


IOT Robotics Web dev App Others
car park IOT lucus portfolio Snow-ball
bench-saw-safety Snowy LINKS JAVA apps
Fuel-level-indicator egg-incubator 3D-readme
egg-incubator

//phoenix protocol v.3
const person = (body,mind) => {
	let level;
	let knowlege;

	while(body.health){
		level++;
		knowlege++;
		
		if(mind.distractions){
			while(mind.distractions){
				body.pushUps(10);
			}
		}
	}
}