From dc0eea50a3b8435f05cc59648ed52e1c5fbfc7aa Mon Sep 17 00:00:00 2001 From: WORKSHOP Date: Thu, 12 Jan 2023 01:30:53 +0900 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E8=A8=98=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Test/src/com/tomi/Diary.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Test/src/com/tomi/Diary.java diff --git a/Test/src/com/tomi/Diary.java b/Test/src/com/tomi/Diary.java new file mode 100644 index 0000000..d3570ef --- /dev/null +++ b/Test/src/com/tomi/Diary.java @@ -0,0 +1,12 @@ +package com.tomi; + +public class Diary { + + public static void main(String[] args) { + String msg = """ + 猫と遊びたい。 + 猫と遊んで金もらえる仕事したい。 + 日本中の猫を追いかけて旅をしたい。 + """; + } +} -- 2.19.0