Leuchtturm Stand 08.Juli
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
function addiere(zahl1, zahl2){
|
||||
let summe = zahl1 + zahl2;
|
||||
return summe;
|
||||
}
|
||||
Reference in New Issue
Block a user