mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
9 lines
164 B
Bash
9 lines
164 B
Bash
|
user@pc:~$ ls
|
||
|
HelloWorld.java
|
||
|
user@pc:~$ javac HelloWorld.java
|
||
|
user@pc:~$ ls
|
||
|
HelloWorld.class HelloWorld.java
|
||
|
user@pc:~$ java HelloWorld
|
||
|
Hallo Welt!
|
||
|
user@pc:~$
|