Posts

Showing posts from December, 2018

Hello World Example

Image
This example is just for formal starting point of our journey. Well let's begin this in the name of ALLAH. public class Main { public static void main(String[] args){ System. out .println( "Hello World..." ); } } console output.