Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G10-PT-TRM
/
db0b96f02b2200bd3ffbc46e4544dcabcd6516a3
/
.
/
src
/
main
/
java
/
api
/
ApiMain.java
blob: b0650ef1a8ad591fe777c31585ccc4951b3faf92 [
file
] [
log
] [
blame
]
root
db0b96f
2025-04-20 06:46:16 +0000
[
diff
] [
blame^
]
1
package
api
;
2
public
class
ApiMain
{
3
public
static
void
main
(
String
args
[])
4
{
5
System
.
out
.
println
(
"Hello World"
);
6
System
.
out
.
println
(
"Hello World"
);
7
}
8
}