exercices/5e/5G20-0.js

import ConstruireUnTriangle from '../6e/6G21.js'
export const titre = 'Construire un triangle aux instruments'

/**
 * @author Guillaume Valmont
 * reference 5G20-0
 * Publié le 21/08/2021
 */
export const uuid = '36116'
export const ref = '5G20-0'
export default function ConstruireUnTriangle5e () {
  ConstruireUnTriangle.call(this)
  this.titre = titre
  this.sup2 = true
}