Jump to content

Hotelul Pentru Scriitori Netrebnici


Raule

.  

24 members have voted

  1. 1. Cand ia Nervos permisul?

    • Anu asta
      8
    • Anu viitor
      11
    • Niciodata
      5


Recommended Posts

class Dariuse {

 

    boolean _isNewb;

   

    public Dariuse()

    {

          _isNewb = true;

          System.err.println("Hes " _isNewb ? "Stupid" : " Not");

    }

 

    public static main(String[] abc)

    {

          new Dariuse();

    }

 

lol
Link to comment
Share on other sites

class Dariuse {

 

    boolean _isNewb = Rnd.nextBoolean();

   

    public Dariuse()

    {

          System.err.println("Hes " + _isNewb ? "a newb" : "pro");

    }

 

    public static main(String[] abc)

    {

          new Dariuse();

    }

 

}

Fixed.. boolean at random XD

Trebuia sa plec aseara >.>

Link to comment
Share on other sites

ma poti ajuta ?

pay me ?:D

 

Fa un NpcHtmlMessage sa dea un null pointer sau o exceptie.. doesn't matter >.> si inconjoaral in try & catch...

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...