public static String getIntro() { String novel = novelFactory.writeNovel(); return novel.substring(0, 140); }
No comments:
Post a Comment