dartterm/lib/skreek.dart

5 lines
79 B
Dart

void skreek(String msg) {
// ignore: avoid_print
print("[skreek] $msg");
}