Hello, world
Jul 28, 2026 · meta

Hey, folks! I am here to say

package main

import "fmt"

func main() {
    fmt.Println("Hello, World!")
}

or if you are an FP guy, here we go, I can say also

module Main where

main :: IO ()
main = putStrLn "Hello, World"

Okay, that’s enough for now. Every post in this page will have been written by myself and not without any LLM stuff. And they will be generated by emacs into html from its original org files. You can see source code here. But, I am not frontend guy nor lisp lover, so I only generated a generator to create posts page in my personal website.


← All posts