Compare commits

..

1 Commits
v0.0.6 ... main

Author SHA1 Message Date
baf701ad1e removed useless tests 2024-01-12 18:19:55 +01:00

View File

@ -1,10 +0,0 @@
package gmath
import (
"fmt"
"testing"
)
func TestMod(t *testing.T) {
fmt.Println(ModPositive(-1, 10))
}