public class Main {
  public static void main(String[] args) {
    int alfa = 0;
    alfa = Fatt.fattoriale(3);
    System.out.println(alfa);
  }
}
