mirror of
https://github.com/maaslalani/slides.git
synced 2026-04-23 03:00:33 -04:00
As of Java 11 a single file can be launched without explicitly compiling, packaging and running the file in different steps. In other words single-file source-code programs can be executed with "java Program.java", where "Program.java" is the name of the file to be executed.