exercices/2e/2N50-2.js

import FormeLitteraleIntroduireUneLettre from '../4e/4L13-1.js'
export const titre = 'Produire une forme littérale en introduisant une lettre pour désigner une valeur inconnue'
// export { interactifReady, interactifType } from '../4e/4L13-1.js'
// export { amcReady, amcType } from '../4e/4L13-1.js'

/**
 * Clone de 4L13-1 pour les 2nde
 *
 * @author Sébastien LOZANO
 */
export const uuid = '27741'
export const ref = '2N50-2'
export default function FormeLitteraleIntroduireUneLettre2nde () {
  FormeLitteraleIntroduireUneLettre.call(this)
}