Files
misc/c/bungus.c
2025-07-02 00:07:49 -07:00

5 lines
55 B
C

#include <stdio.h>
int main() {
printf("boner\n");
}