mirror of
https://github.com/github/codeql-action.git
synced 2025-12-25 16:50:21 +08:00
9 lines
146 B
Java
9 lines
146 B
Java
class Main {
|
|
public static void main(String args[]) {
|
|
if (true) {
|
|
System.out.println("Hello, World!");
|
|
}
|
|
}
|
|
}
|
|
|