You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from bash run program from its directory with the below command or simular comand based on java's given name
java -jar BallClock.jar args
Note: arg1 is the number of balls to init the clock with, and arg2 is the time to run the clock. If you ommit arg2 you will print the number of days to complete a cycle, with arg2 you will print the state of the tracks at the end of the time you told the clock to run.
Legal arguments
27 <= arg1 <= 127
0 < arg2 < unknown based on system memory(huge number)