Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 172 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 172 Bytes

Simple Hello World project

To compile, execute the command

% javac HelloWorld.java

To run:

% java HelloWorld

Which should produce

Hello World