Download `math-game.jar`{{}} - [[Source]](https://github.com/alibaba/arthas/blob/af70d95383ddc3692dbcd0e9c1cbfc201ae43a98/math-game/src/main/java/demo/MathGame.java) 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.