This library is used to demonstrate and test the features of JSII
First, create a calculator:
const calculator = new calc.Calculator();
Then call some operations:
calculator.add(10);
/* This is totes a magic comment in here, just you wait! */
const foo = 'bar';