My Snippets
Search Engine
Light Mode
Untitled
unknown
plain_text
a year ago
85 B
1
Indexable
Never
package byow.Core; public interface PointSet { Position nearest(int x, int y); }