/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package projet_freyja;

import projet_freyja.ihm.MainWindow;
import projet_freyja.math.Polynome;
import projet_freyja.nombre.Nombre;

/**
 *
 * @author Shu
 */
public class Projet_Freyja {
    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        MainWindow mw = new MainWindow();   
    }
}

