8

You know what I had to deal with
A bunch of these shit
try{
//Shitty cluster fuck excuse for java
//code
}catch(Exception e){

}

Comments
  • 2
    public static void main(String[] args){
    try{
    // Put everything here
    } catch(Exception e){}
    }
Add Comment