Hey there, Aleksa here! I am a internatinal student at UCSD studying Computer Science. I am super excited you are visiting my personal page!
Software and cathedrals are much the same; first we build them, then we pray. – it’s a joke of course
1. Java
2. Python
3. Javascript
Coffee coffee = new Coffee()
while (true) {
if (coffee.Empty) {
coffee.refill()
} else {
coffee.drink()
}
}