Code Example

 Feb 4, 2018   Post By: miniplistic

This post will show how code is displayed in this theme.

Here is a simple Hello World in Java.

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

Categories: Blog Post