Initial commit

This commit is contained in:
Flare Microsystems
2024-11-08 09:01:36 -08:00
commit 71d118f160
43 changed files with 1100 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
package com.flaremicro.crossjeeves;
public class CrossJeevesHost {
public CrossJeevesHost(int port) {
// TODO Auto-generated constructor stub
}
public void startHosting() {
// TODO Auto-generated method stub
}
}