From 4f925d0f9debea10df1f25d7e1b0fa1861cf031d Mon Sep 17 00:00:00 2001 From: dustjq1004 Date: Wed, 27 Dec 2023 13:14:59 +0900 Subject: [PATCH] PR Auto Assgin Test --- kimyeonsup/Test.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kimyeonsup/Test.java b/kimyeonsup/Test.java index f0c374b..e242da6 100644 --- a/kimyeonsup/Test.java +++ b/kimyeonsup/Test.java @@ -2,6 +2,6 @@ public class Test { public static void main(String[] args) { - System.out.println("테스트"); + System.out.println("테스트2"); } } \ No newline at end of file