info method

String info()

Give information about this library.

Implementation

String info() {
  String infoS = 'There are no rules yet in dawolang';
  return infoS;
}