Narwhal (narwhal)'s status on Sunday, 10-Aug-14 19:57:31 UTC
-
@l1ghtsword I'm pretty much the same.
public static void tairas_day
{
while (taira.equals ("bored")
{
activity = (int)(Math.random() * 3) + 1;
if (activity == 1)
{
watch_anime();
}
else if (activity == 2)
{
use social media();
}
else if (activity == 3)
{
listen_to_music();
}
}
}