All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Lib.launcher.py Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
import decompile




def launch():
    decompile.decompileClass(['jre/lib/rt.jar', '.'], ['com/alexkasko/interview/FibonacciTest'], None, [])

if __name__== "__main__":
    launch()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy