Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-13 00:20:17 +00:00
parent 8b085234e1
commit 366b13ffac
31 changed files with 160 additions and 38 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# java
> Java application launcher.
> More information: <https://docs.oracle.com/en/java/javase/20/docs/specs/man/java.html>.
> More information: <https://docs.oracle.com/en/java/javase/25/docs/specs/man/java.html>.
- Execute a Java `.class` file that contains a main method by using just the class name: