zunda on Nostr: これはきもいなあw $ cat main.c #include <stdio.h> int main(void) { fputs( ...これはきもいなあw$ cat main.c#include <stdio.h>int main(void) { fputs( #include "answer.txt" "\n", stdout ); return 0;}$ cat answer.txt"42"$ gcc -Wall main.c(警告なし)$ ./a.out42