Первая
This commit is contained in:
14
app/src/main/java/tctable/Point.java
Normal file
14
app/src/main/java/tctable/Point.java
Normal file
@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: igor
|
||||
* Date: 09.03.2007
|
||||
* Time: 0:53:45
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
package tctable;
|
||||
|
||||
public class Point
|
||||
{
|
||||
public double x=0;
|
||||
public double y=0;
|
||||
}
|
||||
Reference in New Issue
Block a user