Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Felipe Sadoyama

Felipe Sadoyama

Felipe Sadoyama has asked 0 questions and find answers to 2 problems.

Stats

22
EtPoint
2
Vote count
0
questions
2
answers

About

Just a teenage boy trying to learn a few of the code world.

main()
{
   if (coffee == "empty") coffee.fill;
   else if (coffee == "full") coffee.drink;
}

Felipe Sadoyama questions