Hello World!

· antonio's blog

#blog

Welcome! This is my new note taking/blogging site!

1package main
2
3import "log"
4
5func main() {
6  log.Println("Hello world!")
7}