My first program written in Java.
Touched by mister touch me not ;D
and thos it shall be
For ever and ever
Hello World!
To use this program, make sure to have the newest JDK installed. (JDK 15)
Run "Start.bat" or use the command:
java HelloJava.java
public class HelloJava {
public static void main(String[] args) {
System.out.println("Hello Java!");
}
}
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Hi! I study computer science at "Zealand Erhvervsakademi" in Denmark.