Files
exc/med/C-programming-a-modern-standard/pun.c
T
2026-05-02 03:10:01 +02:00

8 lines
111 B
C

#include "stdio.h"
int main(void)
{
printf("To C, or not to C: that is the question.\n");
return 0;
}