From f51ef9afeaa3520547158ee60a10e9a60942f718 Mon Sep 17 00:00:00 2001 From: dpeng <630606938@qq.com> Date: Sun, 15 Aug 2021 17:42:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/github/hcsp/pet/Cat.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/github/hcsp/pet/Cat.java b/src/main/java/com/github/hcsp/pet/Cat.java index 163caaf..1aa199e 100644 --- a/src/main/java/com/github/hcsp/pet/Cat.java +++ b/src/main/java/com/github/hcsp/pet/Cat.java @@ -6,5 +6,6 @@ public class Cat { public void sayName() { // Print itself's name to standard output (System.out) here // 在这里将自己的名字打印到标准输出(System.out) + System.out.println(name); } }