From be1d303b0d60d12f81e894a32dd52b70de4bb95c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9?= Date: Tue, 16 Jun 2026 13:36:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B0=D1=81=D1=81=D0=B8=D0=B2=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/U.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/U.java b/src/U.java index 632a293..cbf85a2 100644 --- a/src/U.java +++ b/src/U.java @@ -12,4 +12,7 @@ public class U { public static void pl (float number) { System.out.println(number); } + public static void pl (int[] array) { + System.out.println(java.util.Arrays.toString(array)); + } }