exercices/5e/5A12-3.js

import ExerciceLabyrinthePremiers3e from '../3e/3A10-7.js'
export const titre = 'Explorer un labyrinthe de nombres premiers'
export const dateDePublication = '12/10/2022'

/** Explorer un labyrinthe de nombres premiers
 * @author Eric Elter
*/

export const uuid = '05079'
export const ref = '5A12-3'
export default function ExerciceLabyrinthePremiers5e () {
  ExerciceLabyrinthePremiers3e.call(this)
  this.sup = 1
}