To build different Java Module explaining the usage of JPMS ( Java Platform Module System).
01_helloworld - Simple Hello World Program - No depenpendencies
02_calculator - Simple Calculator which basic arithmetic operations - No dependecies on other modules
03_math - simple math operation using calc module - Depend on Calculator