Hong-Phuc Bui
2025-10-17 0079221776106e3ca91076938e80d37e38eacc29
textbased-programms/dice-simulation.js
@@ -8,7 +8,7 @@
/**
 * Simulation eines Würfel
 * */
window.main = function(...argv) {
window.main = (...argv) => {
   const IMG_DIR = "./dice-simulation/assert";
   let min = 1;