Skip to content

ugoksun/hellos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java "hello world" program

This repository contains very trivial program on Java. To build and run this program, follow the instruction:

$ mvn package
$ java -cp target/hello.jar com.example.hello.Hello
Hello, world!

Note that you should have to install JDK 8 and Maven as prerequisite.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages