Initial Commit
This commit is contained in:
11
backend/gateway/src/main/java/dev/rheinsw/gateway/Main.java
Normal file
11
backend/gateway/src/main/java/dev/rheinsw/gateway/Main.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package dev.rheinsw.gateway;
|
||||
|
||||
/**
|
||||
* @author Thatsaphorn Atchariyaphap
|
||||
* @since 04.05.25
|
||||
*/
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello, World!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user