removed useless tests

This commit is contained in:
milarin 2024-01-12 18:19:55 +01:00
parent a18f1c51cb
commit baf701ad1e

View File

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