package vimtest.msg;

public class MessageService {
  public static String getMessage() {
    return "hello world";
  }
}
