Compilers Love Bacon
bacon$
Welcome! We are about to show conclusive proof that compilers love bacon ;) I apologize in advance to anyone who is not familiar with bash scripting.
#include <stdio.h> int main(void) { if ("everyone loves bacon") { printf("it's true!\\n"); } }