From 8f6a1b010d6d5f4361ba42186e9ba470f60a781e Mon Sep 17 00:00:00 2001 From: "s.eser" Date: Tue, 30 Apr 2024 11:03:16 +0200 Subject: [PATCH] minor changes --- bin/ui/TUI.class | Bin 4877 -> 4878 bytes src/ui/TUI.java | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ui/TUI.class b/bin/ui/TUI.class index 625b8630663e28067a10a87688f9f119122b22dd..658fe1770d9ec487b0437933147480280eff74fc 100644 GIT binary patch delta 15 WcmeBG>r>lM&d4OqwYh?EsvrO-Nd$=i delta 14 VcmeBE>s8xO&d4aWxsq|JAOIv;1bzSj diff --git a/src/ui/TUI.java b/src/ui/TUI.java index a6dc429..a6d584b 100644 --- a/src/ui/TUI.java +++ b/src/ui/TUI.java @@ -11,7 +11,7 @@ public class TUI { String choice = ""; Scanner sc = new Scanner(System.in); - System.out.println("Yahtzee Star Wars Special!"); + System.out.println("\nYahtzee Star Wars Special!"); while (!choice.equals("stop")) {