mirror of
https://github.com/KhalidCEU/actividad1.git
synced 2026-06-21 04:32:32 +02:00
Programación I
- Java 100%
When using the --help flag, we don't want to display the 'wrong arguments' sentence. This fixes that. |
||
|---|---|---|
| .gitignore | ||
| Main.java | ||
| README.md | ||
Delivery - Actividad 1
First compile the program with the command :
javac Main.java
Usage
Then run the program like this:
java Main calculos 10 20
java Main triangulo 9 10 18
Help
To display the help / usage message execute the command:
java Main --help