From 8ed12eee0575c97d085a476a2f79a64e3efcd53f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=98=BF=2Cweigou?= <18703671533@163.com> Date: Thu, 28 May 2020 14:56:31 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E5=85=A5=E5=9D=91=E7=AC=AC=E4=B8=80?= =?UTF-8?q?=E7=A0=81.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...5\235\221\347\254\254\344\270\200\347\240\201.md" | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 "\345\205\245\345\235\221\347\254\254\344\270\200\347\240\201.md" diff --git "a/\345\205\245\345\235\221\347\254\254\344\270\200\347\240\201.md" "b/\345\205\245\345\235\221\347\254\254\344\270\200\347\240\201.md" new file mode 100644 index 0000000..09cc8fa --- /dev/null +++ "b/\345\205\245\345\235\221\347\254\254\344\270\200\347\240\201.md" @@ -0,0 +1,12 @@ +System.out.println("Hello,World!"); + +printf("Hello,World!"); + +print("Hello,World!"); + + + +
+Hello,World!
+ + \ No newline at end of file -- Gitee