projects
/
iot2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
a5b736087211824c5399a2583fccedc9ad90cda6
[iot2.git]
/
iotjava
/
iotrmi
/
Java
/
basics
/
TestClass_Skeleton.java
1
2
public class TestClass_Skeleton {
3
4
public static void main(String[] args) throws Exception {
5
6
int port = 5010;
7
TestClass tc = new TestClass(3, 5f, "7911");
8
TestClassInterface_Skeleton tcSkel = new TestClassInterface_Skeleton(tc, port);
9
10
}
11
}