Skip to content

Instantly share code, notes, and snippets.

@olafdietsche
olafdietsche / gist:a366bf8f0ec62b7caa0e3f99a5764030
Last active February 16, 2023 22:58 — forked from whosaysni/gist:5733660
Hello world with Xlib.
/*
hellox -- Hello world with Xlib.
$(CC) -o hellox hellox.c -lX11 -L/usr/X11/lib
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>