Just an example program in eo.
Compile the code (you will need Maven 3.3+ and Java SDK 11+ installed):
$ mvn clean compileThen run the bytecode program through JRE:
java -cp target/classes org.eolang.Main greet.app 10You will see:
I am 10 years old!
That's it.