Skip to content

Instantly share code, notes, and snippets.

@muhlman
muhlman / GPG-Tower
Created August 25, 2021 21:01 — forked from LeonardoCardoso/GPG-Tower
How to setup Tower to use the GPG Suite
# GPG on Tower
@muhlman
muhlman / SimpleBot.java
Created January 4, 2021 00:02
Simple Bot project
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();