random thoughts

  • Hugo Tests

    Hello 👋

    This is my first test post to test language rendering for Go and Bash and how to use pictures.

    Something written in Go with highlights

    1package main
    2
    3import "fmt"
    4
    5func main() {
    6    for i := 0; i < 3; i++ {
    7        fmt.Println("Value of i:", i)
    8    }
    9}
    

    Another thing written in Go without highlights

    Read more…