mirror of
https://github.com/shekhargulati/strman-java.git
synced 2026-09-24 19:20:48 +00:00
10 lines
113 B
Java
10 lines
113 B
Java
package strman;
|
|
|
|
/**
|
|
* A String manipulation library without any dependencies
|
|
*/
|
|
public interface Strman {
|
|
|
|
|
|
}
|