From 0f6e5becacee312584a119063ad760d5a73e3fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=B5=E4=B8=96=E9=BE=99?= <1960419485@qq.com> Date: Wed, 3 Jun 2020 15:11:31 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=B2=99=E9=9B=95=E4=BB=A3=E7=A0=81.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "\346\262\231\351\233\225\344\273\243\347\240\201" | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 "\346\262\231\351\233\225\344\273\243\347\240\201" diff --git "a/\346\262\231\351\233\225\344\273\243\347\240\201" "b/\346\262\231\351\233\225\344\273\243\347\240\201" new file mode 100644 index 0000000..9c30917 --- /dev/null +++ "b/\346\262\231\351\233\225\344\273\243\347\240\201" @@ -0,0 +1,11 @@ +public class 牛逼不 { + + public static void main(String[] args) { + 牛逼不 挺牛逼的 =new 牛逼不(); + 挺牛逼的.牛逼冲天了(); + } + public void 牛逼冲天了(){ + System.out.println("不牛逼不行呀"); + } + +} -- Gitee