class Faculty2 {

  m () {
	  
   var fact = (Integer x) -> {
        return x;
   };
   return fact;
  }
}