Initial commit

This commit is contained in:
2024-05-08 22:44:23 +02:00
commit efa92243f1
4 changed files with 287 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package space.b00tload.services.snowflake;
public class SnowflakeService {
public static void main(String[] args) {
}
}