From 9d33db013686af09d2616212f4c8ee5c772dac70 Mon Sep 17 00:00:00 2001 From: Rikuoh Date: Thu, 11 Jul 2024 22:03:57 +0900 Subject: [PATCH] wc --- wc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wc.rb b/wc.rb index 28b0fee..3838b72 100644 --- a/wc.rb +++ b/wc.rb @@ -51,5 +51,5 @@ if input_sources.size > 1 total_result << total_words if options[:words] total_result << total_bytes if options[:bytes] - puts "#{total_result.join(' ')} total" + puts "#{total_result.join(' ')} 合計" end