main function

void main()

Implementation

void main() {
  var scheme = EnglishNumberScheme();
  print(scheme.toWord(10.0));
}