Badigeon hello world

August 13, 2020 ยท View on GitHub

An example project to show how to compile java sources with Badigeon.

Usage

chmod +x ./build.sh

./build.sh

ls target/classes/hello/world/ => Main.class

java -cp target/classes/ hello.world.Main => Hello world