Using zig 0.15.1 and trying to append to a file, but I seem to be overwriting from the beginning even with .seekFromEnd(0)
I've attached an example program that I'm working with here that creates a file, writes some text, closes it, opens it again and tries to append some text. However it overwrites from the beginning and I'm trying to figure out what I'm doing wrong here.
The output I'm getting from my example here is
Should Appendline to the file```