First commit
This commit is contained in:
commit
67b9ec0df1
64 changed files with 3257 additions and 0 deletions
11
Server/Server.iml
Normal file
11
Server/Server.iml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
8
Server/src/com/texttwist/server/Main.java
Normal file
8
Server/src/com/texttwist/server/Main.java
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package com.texttwist.server;
|
||||
|
||||
public class Main {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Server start");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue