Test Post With Code

You can ignore this post; it’s merely a test post with some dummy content.
news
code
analysis
Author

Ross Heaton

Published

9th April, 2025

Modified

9th April, 2025

This is a test post with code blocks.

Golang

package main

import "fmt"

func main() {
    fmt.Println("Hello, World!")
}

C++

#include <iostream>

int main() {
    std::cout << "Hello, World!" << std::endl; 
    return 0; 
}

Python

def main(): 
    print("Hello, World!")

if __name__ == "__main__": 
    main()

Maff

\[ \int_{0}^{\infty} e^{-x^2} \, dx = \frac{\sqrt{\pi}}{2} \]

More

\[\mathrm{e} = \sum_{n=0}^{\infty} \dfrac{1}{n!}\]