1
0
mirror of https://github.com/davpapp/PowerMiner synced 2024-08-13 17:03:53 -04:00
PowerMiner/src/main.java

14 lines
242 B
Java
Raw Normal View History

2018-01-24 03:42:10 -05:00
import java.net.URL;
public class main {
public static void main(String[] args) {
// TODO Auto-generated method stub
2018-01-30 04:14:17 -05:00
Cursor cursor = new Cursor();
cursor.displaycursorPathsByDistance();
System.out.println("Finished...");
}
}