fork download
  1. class Bike {
  2. Bike(){
  3. System.out.println("subroto biswas!!!");
  4. }
  5. public static void main(String args[]){
  6. Bike b=new Bike();
  7. }
  8. }
Success #stdin #stdout 0.06s 380160KB
stdin
Standard input is empty
stdout
subroto biswas!!!