From 25a346e587a0c187d9f17cc3368973d2a3825ce6 Mon Sep 17 00:00:00 2001 From: Andreas Roehler Date: Wed, 13 Dec 2023 19:45:06 +0100 Subject: [PATCH] TotalCount.main(Array()) enabled Signed-off-by: Andreas Roehler --- chapter02/worksheets/solution2.1.7.9_object_main.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter02/worksheets/solution2.1.7.9_object_main.scala b/chapter02/worksheets/solution2.1.7.9_object_main.scala index 399ecbe..432a4e3 100644 --- a/chapter02/worksheets/solution2.1.7.9_object_main.scala +++ b/chapter02/worksheets/solution2.1.7.9_object_main.scala @@ -24,7 +24,7 @@ object TotalCount { } } -// TotalCount.main(Array()) +TotalCount.main(Array()) // scala> :load solution2.1.7.9_as_object_ohne_main.scala