Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Main
- {
- public static void Choursor() {
- System.out.println("There was a time of peace");
- }
- public static void main(String[] args) {
- System.out.println("There was a time of war\n" + "and ");
- Choursor();
- }
- }
Advertisement
RAW Paste Data
Copied
Advertisement