solutions1/collatz.scala
changeset 282 ec9773fe1dc0
parent 266 ca48ac1d3c3e
child 320 cdfb2ce30a3d
--- 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