Skip to main content
My Car's user avatar
My Car's user avatar
My Car's user avatar
My Car
Let's be happy, not scared, sad or angry
  • Member for 3 years, 1 month
  • Last seen more than a week ago
About
// Life motto
final bool scared;
final bool sad;
final bool angry;

if (scared == true) {
  stopScared();
  startHappy();
} else if (sad == true) {
  stopSad();
  startHappy();
} else if (angry == true) {
  stopAngry();
  startHappy();
}
// Let's be happy, not scared, sad or angry
// :)
7
gold badges
24
silver badges
63
bronze badges
164
Score
292
Posts
90
Posts %
135
Score
223
Posts
68
Posts %
28
Score
25
Posts
8
Posts %
15
Score
17
Posts
5
Posts %
13
Score
36
Posts
11
Posts %
12
Score
20
Posts
6
Posts %