Files
codeql-action/tests/java-repo/src/main/java/Main.java
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
146 B
Java
Raw Normal View History

2022-04-08 15:18:11 -07:00
class Main {
public static void main(String args[]) {
if (true) {
System.out.println("Hello, World!");
}
}
}