This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # GPG on Tower |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package bot; | |
| import java.util.Scanner; | |
| public class SimpleBot { | |
| final static Scanner scanner = new Scanner(System.in); // Do not change this line | |
| public static void main(String[] args) { | |
| greet("Aid", "2018"); // change it as you need | |
| remindName(); |