Created test file for string commands

This commit is contained in:
Kelvin Clement Mwinuka
2024-01-14 11:29:42 +08:00
parent 3db4a35f7b
commit 7356cf34f5

View File

@@ -1 +1,11 @@
package str package str
import (
"testing"
)
func Test_HandleSetRange(t *testing.T) {}
func Test_HandleStrLen(t *testing.T) {}
func Test_HandleSubStr(t *testing.T) {}