diff -r 32dfd2ca577b -r 2d290b79fc73 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