Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 224 Bytes

File metadata and controls

10 lines (8 loc) · 224 Bytes

Java

Hello World in plain Java.

Install on linux (tested on Ubuntu 18.04)

$ sudo apt-get update && sudo apt-get upgrade
$ sudo apt-get install openjdk-11-jdk

Verify installation:

$ java -version
$ javac -version