nothing
With this simple script I try and solve Collatz Conjecture! You can help too by playing this project overnight. This project is made from the Collatz Conjecture which states: f(n): {3x+1 if x is odd { x/2 if x is even The problem mathematicians are trying to solve is will every number end in a 4 2 1 loop or not? The question is still unsolved and this project won't help but its worth a try! --------------------------------Update Log-------------------------- 10/13/22 - This 5 minute project was uploaded random bug appeared where var i gets reset gotta fix that number reached: 100,000 10/20/22 - reached 1 view lets gooo