Two days ago, inspired by this holiday I started to create an application.
Here's what came out.

As you can see is not wallpaper, is just a python script.
Tutorials and tips on Fedora Linux, Python programming, and software development. Clear guides, source code, and practical examples by Catalin George Festila.


package main
import "fmt"
func main() {
fmt.Printf("Hello, 世界\n")
}
One of the text comments I found is: