This commit is contained in:
2025-08-27 19:57:47 +08:00
parent f1aa213f4f
commit 98f6ab884d

View File

@@ -0,0 +1,7 @@
package com.agentsflex;
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}