diff -r 87b9e3e2c1a7 -r ec9773fe1dc0 solutions1/collatz.scala --- a/solutions1/collatz.scala Tue Oct 29 14:12:24 2019 +0000 +++ b/solutions1/collatz.scala Tue Oct 29 14:34:51 2019 +0000 @@ -1,4 +1,4 @@ -// Part 1 about the 3n+1 conjecture +// Basic Part about the 3n+1 conjecture //================================== // generate jar with