Instructions.java 217 Bytes
public class Instructions {
    public static void main(String[] args) {
        Student you = new Student();

        you.openDiscord();
        you.enterLectureBreakoutRoom();
        you.greetNewFriends();
    }
}