From 6767fd2926a1ee930f367b384705c0f778633d08 Mon Sep 17 00:00:00 2001 From: dimazhelovanov Date: Mon, 24 Oct 2022 18:25:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B2=D1=8B=D0=B9=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=BC=D0=B8=D1=82.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FormBattleship.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FormBattleship.java diff --git a/FormBattleship.java b/FormBattleship.java new file mode 100644 index 0000000..cb3aa2e --- /dev/null +++ b/FormBattleship.java @@ -0,0 +1,5 @@ +public class FormBattleship { + public static void main(String[] args) { + + } +}