Hello world

ByMichael BlackApr 25, 2026

This is my second attempt at a blog post.

func getFoo(x string) string {
  return "foo"+x
}
Pretty cool stuff going on here.