first commit
This commit is contained in:
9
HelloWorld.java
Normal file
9
HelloWorld.java
Normal file
@@ -0,0 +1,9 @@
|
||||
// First program of any coding language is this only to print out on the screen "Hello World".
|
||||
// So each step by step we will be moving on to the next level of coding in Java.
|
||||
|
||||
|
||||
public class HelloWorld {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello World!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user