Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Latest commit

 

History

History
51 lines (31 loc) · 961 Bytes

README.md

File metadata and controls

51 lines (31 loc) · 961 Bytes

Hello Java!

Description

My first program written in Java.

Touched by mister touch me not ;D

and thos it shall be

For ever and ever

Hello World!

Installation

To use this program, make sure to have the newest JDK installed. (JDK 15)

JDK

Usage

Run "Start.bat" or use the command:

java HelloJava.java

Code preview

public class HelloJava {
    public static void main(String[] args) {
        System.out.println("Hello Java!");
    }
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Licence

MIT


Profile

9 Sep 2020

Hi! I study computer science at "Zealand Erhvervsakademi" in Denmark.