“Hello, world”
I managed to get the Zig EFI app code to boot inside of QEMU and also set up a convenient build.zig script so that I only have to execute zig build run which does all of the intermediate steps for me.
The build script took most of the time, because I was not yet familiar with the Zig build system at all.