main function

void main()

Implementation

void main() {
  var c = Calculator();
  int r = c.addOne(1);
  print('$r');
}