GitHunt
DI

digital-delivery-academy/hello-world-example

We use this repo to introduce Java in our Engineering & Testing Academy

Build Status Codacy Badge

hello-world-example

Hello world sample for academy coding

Built using Maven compiling for Java 1.8. To build:

mvn clean install

To run the JAR that maven builds from command line:

java -jar target/hello-world-example-1.0-SNAPSHOT.jar

To compile and run from command line:

cd src/main/java/co/uk/evoco/helloworld
java HelloWorld.java

To run from IntelliJ:

  1. Open the class file HelloWorld
  2. Right click on the word "main" inside the HelloWorld class
  3. Click play
  4. Watch the console to see the hello world method

Contributors

MIT License
Created February 19, 2019
Updated March 11, 2019
digital-delivery-academy/hello-world-example | GitHunt