soot.javaToJimple.jj.tests.Hello.jl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of soot Show documentation
Show all versions of soot Show documentation
A Java Optimization Framework
public class Hello {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}