This is my first post, just testing. More to come in the future.

Some code to see how it looks

func square(n int) int{
    return n * n
}