exercices/2e/2N41-2.js

import FactoriserIdentitesRemarquables3 from '../3e/3L12.js'
export const titre = 'Factoriser a²-b²'
export { interactifReady, interactifType } from '../3e/3L12.js'
// export { amcReady, amcType } from '../3e/3L12.js'

/**
 * Clone de 3L12 pour les 2nde
 *
 * @author Sébastien LOZANO
 */
export const uuid = '47f20'
export const ref = '2N41-2'
export default function FactoriserIdentitesRemarquables32nde () {
  FactoriserIdentitesRemarquables3.call(this)
}