This repository contains a set of sample applications in java.
We assume that the reader is at least vaguely familiar with Java and understands:
- Variables and expressions
- Methods
- Decision structures
- Iteration structures
To compile and run this demo you will need:
- JDK 11+
- GraalVM
Make sure that both the GRAALVM_HOME and JAVA_HOME environment variables have
been set, and that a JDK 11+ java command is on the path.
See CONTRIBUTING for how to build these examples.
- Calculators: Calculator Application.
- Calendar: Calendar Application.
Have fun, and join the team of contributors!