Leuchtturm Stand 08.Juli

This commit is contained in:
Max
2026-07-08 16:10:38 +02:00
commit 70ac115da7
32 changed files with 835 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
"use strict";
function addiere(zahl1, zahl2){
let summe = zahl1 + zahl2;
return summe;
}