From 0079221776106e3ca91076938e80d37e38eacc29 Mon Sep 17 00:00:00 2001
From: Hong-Phuc Bui <hong-phuc.bui@htwsaar.de>
Date: Fri, 17 Oct 2025 07:01:14 +0200
Subject: [PATCH] 1. Vorlesung
---
textbased-programms/dice-simulation.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/textbased-programms/dice-simulation.js b/textbased-programms/dice-simulation.js
index c80e298..e8e512c 100644
--- a/textbased-programms/dice-simulation.js
+++ b/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;
--
Gitblit v1.10.0