Skip to content

Instantly share code, notes, and snippets.

@fourstix
fourstix / moon.c
Created July 11, 2026 21:45 — forked from lpar/moon.c
A small C program to add the current moon phase to your prompt
#include <stdio.h>
#include <string.h>
#include <time.h>
/**
* Output the current moon phase as an emoji for your prompt.
*
* Build:
*
* gcc -o moon moon.c