| changeset 282 | 2d290b79fc73 |
| parent 266 | 31e5218f43de |
| child 320 | 90aed247c8cf |
| 281:32dfd2ca577b | 282:2d290b79fc73 |
|---|---|
1 // Part 1 about the 3n+1 conjecture |
1 // Basic Part about the 3n+1 conjecture |
2 //================================== |
2 //================================== |
3 |
3 |
4 // generate jar with |
4 // generate jar with |
5 // > scala -d collatz.jar collatz.scala |
5 // > scala -d collatz.jar collatz.scala |
6 |
6 |