info method
Give information about this library.
Implementation
String info() {
String infoS = 'There are no rules yet in dawolang';
return infoS;
}
Give information about this library.
String info() {
String infoS = 'There are no rules yet in dawolang';
return infoS;
}