Hello World Jan 14, 2023 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 }