You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arthas/arthas-tutorials-en/command/version/arthas-demo.md

498 B

Download math-game.jar{{}} - [Source] and start with the java -jar{{}} command:

wget https://arthas.aliyun.com/math-game.jar; java -jar math-game.jar{{execute T1}}

math-game{{}} is a very simple program that randomly generates integers, performs factorization, and prints the results. If the generated random number is negative, a error message will be printed.