mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-02 04:08:34 +08:00
12 lines
352 B
Markdown
12 lines
352 B
Markdown
|
|
|
|
|
|
|
|
Download `math-game.jar` 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.
|