Narwhal (narwhal)'s status on Sunday, 10-Aug-14 19:57:31 UTC

  1. @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();
    }
    }
    }
    Also, I haven't done any programming in forever so don't mind the sloppy code.

    Sunday, 10-Aug-14 19:57:31 UTC from web in context