mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 01:00:20 +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!");
|
|
}
|
|
}
|
|
}
|
|
|