!7

module TestHijackPrint > DynPrintLog {
  start {
    print("hello v5 " + timeWithSeconds());
  }
  
  bool printToModule() { true; }
}