From 5831ba71090869439340ee33cb9a7b6c3798ecde Mon Sep 17 00:00:00 2001 From: AniketMandal <70904601+AniketMandal@users.noreply.github.com> Date: Wed, 30 Sep 2020 23:47:20 +0530 Subject: [PATCH] Upgrade --- chapter8/listing31/listing31.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter8/listing31/listing31.go b/chapter8/listing31/listing31.go index ad704089..c057955b 100644 --- a/chapter8/listing31/listing31.go +++ b/chapter8/listing31/listing31.go @@ -24,5 +24,5 @@ func main() { return } - fmt.Println(string(data)) + System.out.Println(string(data)); }