From 16c51f89bda3c88ce4655ab4df4bbccdfd46b953 Mon Sep 17 00:00:00 2001 From: blake Date: Tue, 19 Dec 2023 17:53:50 +0800 Subject: [PATCH] change register to blake --- library.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.java b/library.java index 75b42c1..ba50476 100644 --- a/library.java +++ b/library.java @@ -14,7 +14,7 @@ public static void register() { Scanner input = new Scanner(System.in); String username, password; while (true) { - System.out.println("================REGISTER==================="); + System.out.println("================BLAKE==================="); System.out.print("Enter username: "); username = input.nextLine(); System.out.print("Enter password: ");