mirror of
https://github.com/github/codeql-action
synced 2026-06-03 15:01:29 +03: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!");
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|