From 9a5543564b5f687edc8dc4bc9b36a4c6701a7775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=94=E5=93=A5=E5=93=A5?= <1535798792@qq.com> Date: Wed, 24 Jan 2024 02:21:40 +0000 Subject: [PATCH] =?UTF-8?q?add=20=E5=A5=BD=E7=8E=A9=E4=BD=86=E6=B2=A1?= =?UTF-8?q?=E4=BB=80=E4=B9=88=E7=94=A8=E4=BB=A3=E7=A0=81/=E8=BF=99?= =?UTF-8?q?=E6=98=AF=E4=BD=A0=E5=90=8C=E4=BA=8B=E5=86=99=E7=9A=84=E4=BB=A3?= =?UTF-8?q?=E7=A0=81.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孔哥哥 <1535798792@qq.com> --- ...72\213\345\206\231\347\232\204\344\273\243\347\240\201" | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 "\345\245\275\347\216\251\344\275\206\346\262\241\344\273\200\344\271\210\347\224\250\344\273\243\347\240\201/\350\277\231\346\230\257\344\275\240\345\220\214\344\272\213\345\206\231\347\232\204\344\273\243\347\240\201" diff --git "a/\345\245\275\347\216\251\344\275\206\346\262\241\344\273\200\344\271\210\347\224\250\344\273\243\347\240\201/\350\277\231\346\230\257\344\275\240\345\220\214\344\272\213\345\206\231\347\232\204\344\273\243\347\240\201" "b/\345\245\275\347\216\251\344\275\206\346\262\241\344\273\200\344\271\210\347\224\250\344\273\243\347\240\201/\350\277\231\346\230\257\344\275\240\345\220\214\344\272\213\345\206\231\347\232\204\344\273\243\347\240\201" new file mode 100644 index 0000000..599799d --- /dev/null +++ "b/\345\245\275\347\216\251\344\275\206\346\262\241\344\273\200\344\271\210\347\224\250\344\273\243\347\240\201/\350\277\231\346\230\257\344\275\240\345\220\214\344\272\213\345\206\231\347\232\204\344\273\243\347\240\201" @@ -0,0 +1,7 @@ +public class BoringCode { + public static void main(String[] args) { + for (int i = 0; i < 1000000; i++) { + // 什么也不做 + } + } +} \ No newline at end of file -- Gitee