public class test { public String testM(){ return "yay"; } public static void main(String[] args) { System.out.println(testM()); } }