Sample content

June 1, 2026

Sample content. This is a placeholder for a blog post. It can be replaced with actual content when needed. The purpose of this sample post is to demonstrate the structure and formatting of a blog post in the application.

H1 Header sample

sample text under H1 header.

// Sample Java code snippet
public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!");
    }
}