5
divanov
7y

F*cking gradle. Worked yesterday, completely shits itself today

Comments
  • 1
    Random r = new Random();
    int x = r.NextInt(100);
    if (x < 30)
    {
    work();
    }
    else
    {
    dont();
    }
    //Sorry
Add Comment