2024
Compile Shadow Utils
I found a bug in shadow-maint/shadow by accident and submitted this Please see this change in Gra...
Neovim Setup
Installation You can download the binary from the GitHub Release page and set the environment va...
Hello World
#include <stdio.h> int main(void) { printf("Hello, world!\n"); return 0; }