This commit is contained in:
10
Backend/pom.xml
Normal file
10
Backend/pom.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>cc.fascinated.ssr</groupId>
|
||||
<artifactId>Backend</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</project>
|
10
Backend/src/main/java/cc/fascinated/ssr/Main.java
Normal file
10
Backend/src/main/java/cc/fascinated/ssr/Main.java
Normal file
@ -0,0 +1,10 @@
|
||||
package cc.fascinated.ssr;
|
||||
|
||||
/**
|
||||
* @author Fascinated (fascinated7)
|
||||
*/
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello world!");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user