mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-29 01:05:32 +00:00
entwurf kennzeichnen
This commit is contained in:
5
helpers/functions/math.go
Normal file
5
helpers/functions/math.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package functions
|
||||
|
||||
func Minus(a, b int) int {
|
||||
return a - b
|
||||
}
|
||||
Reference in New Issue
Block a user